Html Css Color HEX #DF3427 Cinnabar

📋 copy color: '#DF3427'

red 223 ◦ green 52 ◦ blue 39

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

Shades of Cinnabar #DF3427

Tints of Cinnabar #DF3427

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.56%

 BLUE value IS 39 (15.63% from 255) = 12.42%

R = 71.02%
G = 16.56%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF3427 (or 0xDF3427) is known color: Cinnabar. HEX triplet: DF, 34 and 27. RGB value is (223,52,39). Sum of RGB (Red+Green+Blue) = 223+52+39=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3427 is #20CBD8. Grayscale: #656565. Windows color (decimal): -2149337 or 2569439. OLE color: 2569439.

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

Color convert

RGB 223 52 39 -
CMYK 0 0.77 0.83 0.13
HSL 4.24º 0.74% 0.51% -
HSV(B) 4.24º 0.83% 0.87% -
XYZ 32.03 18.29 3.76 -
YUV 101.65 92.65 214.56 -
System Red Green Blue C M Y K H S L
Decimal 223 52 39 0 0.77 0.83 0.13 4.24 0.74 0.51
Hex DF 34 27 0 4D 53 D 4 4A 33
Octal 337 64 47 0 115 123 15 4 112 63
Binary 11011111 110100 100111 0 1001101 1010011 1101 100 1001010 110011

Color Harmonies of #DF3427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3427

Black with #DF3427

Text Example


Text Example

White with #DF3427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3427; }

 p { color: rgb(223,52,39); }

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

background-color css

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

 a { background-color: rgb(223,52,39); }

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

border-color css

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

 span { border-color: rgb(223,52,39); }

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