Html Css Color HEX #DF0228 Crimson

📋 copy color: '#DF0228'

red 223 ◦ green 2 ◦ blue 40

#DF0228
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #DF0228

Tints of Crimson #DF0228

RGB

 RED value IS 223 (87.5% from 255) = 84.15%

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 40 (16.02% from 255) = 15.09%

R = 84.15%
G = 0.75%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DF0228 (or 0xDF0228) is known color: Crimson. HEX triplet: DF, 02 and 28. RGB value is (223,2,40). Sum of RGB (Red+Green+Blue) = 223+2+40=265 (35% of max value = 765). Red value is 223 (87.5% from 255 or 84.15% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0228 is #20FDD7. Grayscale: #484848. Windows color (decimal): -2162136 or 2622175. OLE color: 2622175.

HSL color Cylindrical-coordinate representation of color #DF0228: hue angle of 349.68º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0228 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 2 40 -
CMYK 0 0.99 0.82 0.13
HSL 349.68º 0.98% 0.44% -
HSV(B) 349.68º 0.99% 0.87% -
XYZ 30.84 15.88 3.45 -
YUV 72.41 109.72 235.41 -
System Red Green Blue C M Y K H S L
Decimal 223 2 40 0 0.99 0.82 0.13 349.68 0.98 0.44
Hex DF 2 28 0 63 52 D 15E 62 2C
Octal 337 2 50 0 143 122 15 536 142 54
Binary 11011111 10 101000 0 1100011 1010010 1101 101011110 1100010 101100

Color Harmonies of #DF0228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0228

Black with #DF0228

Text Example


Text Example

White with #DF0228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0228; }

 p { color: rgb(223,2,40); }

 H1.HeaderClassName
 {
   color: #DF0228;
 }
 .AnyTagClassName
 {
   color: #DF0228;
 }
</style>

background-color css

<style>
 a { background-color: #DF0228; }

 a { background-color: rgb(223,2,40); }

 div.DivClassName
 {
   background-color: #DF0228;
 }
 .BgClassName
 {
   background-color: #DF0228;
 }
</style>

border-color css

<style>
 span { border-color: #DF0228; }

 span { border-color: rgb(223,2,40); }

 td.TdClassName
 {
   border-color: #DF0228;
 }
 .TagClassName
 {
   border-color: #DF0228;
 }
</style>