Html Css Color HEX #DF3A26 Cinnabar

📋 copy color: '#DF3A26'

red 223 ◦ green 58 ◦ blue 38

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

Shades of Cinnabar #DF3A26

Tints of Cinnabar #DF3A26

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.18%

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

R = 69.91%
G = 18.18%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF3A26 (or 0xDF3A26) is known color: Cinnabar. HEX triplet: DF, 3A and 26. RGB value is (223,58,38). Sum of RGB (Red+Green+Blue) = 223+58+38=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 38 (15.23% from 255 or 11.91% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3A26 is #20C5D9. Grayscale: #696969. Windows color (decimal): -2147802 or 2505439. OLE color: 2505439.

HSL color Cylindrical-coordinate representation of color #DF3A26: hue angle of 6.49º 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 #DF3A26 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 58 38 -
CMYK 0 0.74 0.83 0.13
HSL 6.49º 0.74% 0.51% -
HSV(B) 6.49º 0.83% 0.87% -
XYZ 32.29 18.85 3.77 -
YUV 105.06 90.16 212.13 -
System Red Green Blue C M Y K H S L
Decimal 223 58 38 0 0.74 0.83 0.13 6.49 0.74 0.51
Hex DF 3A 26 0 4A 53 D 6 4A 33
Octal 337 72 46 0 112 123 15 6 112 63
Binary 11011111 111010 100110 0 1001010 1010011 1101 110 1001010 110011

Color Harmonies of #DF3A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3A26

Black with #DF3A26

Text Example


Text Example

White with #DF3A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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