Html Css Color HEX #D6452D Cinnabar

📋 copy color: '#D6452D'

red 214 ◦ green 69 ◦ blue 45

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

Shades of Cinnabar #D6452D

Tints of Cinnabar #D6452D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.72%

R = 65.24%
G = 21.04%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6452D (or 0xD6452D) is known color: Cinnabar. HEX triplet: D6, 45 and 2D. RGB value is (214,69,45). Sum of RGB (Red+Green+Blue) = 214+69+45=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D6452D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6452D is #29BAD2. Grayscale: #6D6D6D. Windows color (decimal): -2734803 or 2966998. OLE color: 2966998.

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

Color convert

RGB 214 69 45 -
CMYK 0 0.68 0.79 0.16
HSL 8.52º 0.67% 0.51% -
HSV(B) 8.52º 0.79% 0.84% -
XYZ 30.33 18.74 4.5 -
YUV 109.62 91.54 202.45 -
System Red Green Blue C M Y K H S L
Decimal 214 69 45 0 0.68 0.79 0.16 8.52 0.67 0.51
Hex D6 45 2D 0 44 4F 10 9 43 33
Octal 326 105 55 0 104 117 20 11 103 63
Binary 11010110 1000101 101101 0 1000100 1001111 10000 1001 1000011 110011

Color Harmonies of #D6452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6452D

Black with #D6452D

Text Example


Text Example

White with #D6452D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6452D; }

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

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

background-color css

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

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

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

border-color css

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

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

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