Html Css Color HEX #D6432D Cinnabar

📋 copy color: '#D6432D'

red 214 ◦ green 67 ◦ blue 45

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

Shades of Cinnabar #D6432D

Tints of Cinnabar #D6432D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.55%

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

R = 65.64%
G = 20.55%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6432D (or 0xD6432D) is known color: Cinnabar. HEX triplet: D6, 43 and 2D. RGB value is (214,67,45). Sum of RGB (Red+Green+Blue) = 214+67+45=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D6432D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6432D is #29BCD2. Grayscale: #6C6C6C. Windows color (decimal): -2735315 or 2966486. OLE color: 2966486.

HSL color Cylindrical-coordinate representation of color #D6432D: hue angle of 7.81º 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 #D6432D is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 67 45 -
CMYK 0 0.69 0.79 0.16
HSL 7.81º 0.67% 0.51% -
HSV(B) 7.81º 0.79% 0.84% -
XYZ 30.21 18.5 4.46 -
YUV 108.45 92.2 203.29 -
System Red Green Blue C M Y K H S L
Decimal 214 67 45 0 0.69 0.79 0.16 7.81 0.67 0.51
Hex D6 43 2D 0 45 4F 10 8 43 33
Octal 326 103 55 0 105 117 20 10 103 63
Binary 11010110 1000011 101101 0 1000101 1001111 10000 1000 1000011 110011

Color Harmonies of #D6432D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6432D

Black with #D6432D

Text Example


Text Example

White with #D6432D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6432D; }

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

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

background-color css

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

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

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

border-color css

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

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

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