Html Css Color HEX #DF3A22 Cinnabar

📋 copy color: '#DF3A22'

red 223 ◦ green 58 ◦ blue 34

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

Shades of Cinnabar #DF3A22

Tints of Cinnabar #DF3A22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.79%

R = 70.79%
G = 18.41%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF3A22 (or 0xDF3A22) is known color: Cinnabar. HEX triplet: DF, 3A and 22. RGB value is (223,58,34). Sum of RGB (Red+Green+Blue) = 223+58+34=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3A22 is #20C5DD. Grayscale: #686868. Windows color (decimal): -2147806 or 2243295. OLE color: 2243295.

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

Color convert

RGB 223 58 34 -
CMYK 0 0.74 0.85 0.13
HSL 7.62º 0.75% 0.5% -
HSV(B) 7.62º 0.85% 0.87% -
XYZ 32.23 18.83 3.45 -
YUV 104.6 88.16 212.45 -
System Red Green Blue C M Y K H S L
Decimal 223 58 34 0 0.74 0.85 0.13 7.62 0.75 0.5
Hex DF 3A 22 0 4A 55 D 8 4B 32
Octal 337 72 42 0 112 125 15 10 113 62
Binary 11011111 111010 100010 0 1001010 1010101 1101 1000 1001011 110010

Color Harmonies of #DF3A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3A22

Black with #DF3A22

Text Example


Text Example

White with #DF3A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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