Html Css Color HEX #D6432F Cinnabar

📋 copy color: '#D6432F'

red 214 ◦ green 67 ◦ blue 47

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

Shades of Cinnabar #D6432F

Tints of Cinnabar #D6432F

RGB

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

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

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

R = 65.24%
G = 20.43%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6432F (or 0xD6432F) is known color: Cinnabar. HEX triplet: D6, 43 and 2F. RGB value is (214,67,47). Sum of RGB (Red+Green+Blue) = 214+67+47=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D6432F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6432F is #29BCD0. Grayscale: #6C6C6C. Windows color (decimal): -2735313 or 3097558. OLE color: 3097558.

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

Color convert

RGB 214 67 47 -
CMYK 0 0.69 0.78 0.16
HSL 7.19º 0.67% 0.51% -
HSV(B) 7.19º 0.78% 0.84% -
XYZ 30.25 18.52 4.67 -
YUV 108.67 93.2 203.13 -
System Red Green Blue C M Y K H S L
Decimal 214 67 47 0 0.69 0.78 0.16 7.19 0.67 0.51
Hex D6 43 2F 0 45 4E 10 7 43 33
Octal 326 103 57 0 105 116 20 7 103 63
Binary 11010110 1000011 101111 0 1000101 1001110 10000 111 1000011 110011

Color Harmonies of #D6432F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6432F

Black with #D6432F

Text Example


Text Example

White with #D6432F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6432F; }

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

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

background-color css

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

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

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

border-color css

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

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

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