Html Css Color HEX #DF3F26 Cinnabar

📋 copy color: '#DF3F26'

red 223 ◦ green 63 ◦ blue 38

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

Shades of Cinnabar #DF3F26

Tints of Cinnabar #DF3F26

RGB

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

 GREEN value IS 63 (25% from 255) = 19.44%

 BLUE value IS 38 (15.23% from 255) = 11.73%

R = 68.83%
G = 19.44%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF3F26 (or 0xDF3F26) is known color: Cinnabar. HEX triplet: DF, 3F and 26. RGB value is (223,63,38). Sum of RGB (Red+Green+Blue) = 223+63+38=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3F26 is #20C0D9. Grayscale: #6C6C6C. Windows color (decimal): -2146522 or 2506719. OLE color: 2506719.

HSL color Cylindrical-coordinate representation of color #DF3F26: hue angle of 8.11º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF3F26 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 63 38 -
CMYK 0 0.72 0.83 0.13
HSL 8.11º 0.74% 0.51% -
HSV(B) 8.11º 0.83% 0.87% -
XYZ 32.56 19.38 3.86 -
YUV 107.99 88.51 210.03 -
System Red Green Blue C M Y K H S L
Decimal 223 63 38 0 0.72 0.83 0.13 8.11 0.74 0.51
Hex DF 3F 26 0 48 53 D 8 4A 33
Octal 337 77 46 0 110 123 15 10 112 63
Binary 11011111 111111 100110 0 1001000 1010011 1101 1000 1001010 110011

Color Harmonies of #DF3F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3F26

Black with #DF3F26

Text Example


Text Example

White with #DF3F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3F26; }

 p { color: rgb(223,63,38); }

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

background-color css

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

 a { background-color: rgb(223,63,38); }

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

border-color css

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

 span { border-color: rgb(223,63,38); }

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