Html Css Color HEX #D6452F Cinnabar

📋 copy color: '#D6452F'

red 214 ◦ green 69 ◦ blue 47

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

Shades of Cinnabar #D6452F

Tints of Cinnabar #D6452F

RGB

 RED value IS 214 (83.98% from 255) = 64.85%

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

 BLUE value IS 47 (18.75% from 255) = 14.24%

R = 64.85%
G = 20.91%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6452F (or 0xD6452F) is known color: Cinnabar. HEX triplet: D6, 45 and 2F. RGB value is (214,69,47). Sum of RGB (Red+Green+Blue) = 214+69+47=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D6452F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6452F is #29BAD0. Grayscale: #6E6E6E. Windows color (decimal): -2734801 or 3098070. OLE color: 3098070.

HSL color Cylindrical-coordinate representation of color #D6452F: hue angle of 7.9º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6452F is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 69 47 -
CMYK 0 0.68 0.78 0.16
HSL 7.9º 0.67% 0.51% -
HSV(B) 7.9º 0.78% 0.84% -
XYZ 30.37 18.76 4.71 -
YUV 109.85 92.54 202.29 -
System Red Green Blue C M Y K H S L
Decimal 214 69 47 0 0.68 0.78 0.16 7.9 0.67 0.51
Hex D6 45 2F 0 44 4E 10 8 43 33
Octal 326 105 57 0 104 116 20 10 103 63
Binary 11010110 1000101 101111 0 1000100 1001110 10000 1000 1000011 110011

Color Harmonies of #D6452F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6452F

Black with #D6452F

Text Example


Text Example

White with #D6452F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6452F; }

 p { color: rgb(214,69,47); }

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

background-color css

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

 a { background-color: rgb(214,69,47); }

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

border-color css

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

 span { border-color: rgb(214,69,47); }

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