Html Css Color HEX #DF452B Cinnabar

📋 copy color: '#DF452B'

red 223 ◦ green 69 ◦ blue 43

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

Shades of Cinnabar #DF452B

Tints of Cinnabar #DF452B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.6%

 BLUE value IS 43 (17.19% from 255) = 12.84%

R = 66.57%
G = 20.6%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF452B (or 0xDF452B) is known color: Cinnabar. HEX triplet: DF, 45 and 2B. RGB value is (223,69,43). Sum of RGB (Red+Green+Blue) = 223+69+43=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF452B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF452B is #20BAD4. Grayscale: #707070. Windows color (decimal): -2144981 or 2835935. OLE color: 2835935.

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

Color convert

RGB 223 69 43 -
CMYK 0 0.69 0.81 0.13
HSL 8.67º 0.74% 0.52% -
HSV(B) 8.67º 0.81% 0.87% -
XYZ 33 20.12 4.43 -
YUV 112.08 89.02 207.11 -
System Red Green Blue C M Y K H S L
Decimal 223 69 43 0 0.69 0.81 0.13 8.67 0.74 0.52
Hex DF 45 2B 0 45 51 D 9 4A 34
Octal 337 105 53 0 105 121 15 11 112 64
Binary 11011111 1000101 101011 0 1000101 1010001 1101 1001 1001010 110100

Color Harmonies of #DF452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF452B

Black with #DF452B

Text Example


Text Example

White with #DF452B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF452B; }

 p { color: rgb(223,69,43); }

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

background-color css

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

 a { background-color: rgb(223,69,43); }

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

border-color css

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

 span { border-color: rgb(223,69,43); }

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