Html Css Color HEX #D9432F Cinnabar

📋 copy color: '#D9432F'

red 217 ◦ green 67 ◦ blue 47

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

Shades of Cinnabar #D9432F

Tints of Cinnabar #D9432F

RGB

 RED value IS 217 (85.16% from 255) = 65.56%

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

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

R = 65.56%
G = 20.24%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9432F (or 0xD9432F) is known color: Cinnabar. HEX triplet: D9, 43 and 2F. RGB value is (217,67,47). Sum of RGB (Red+Green+Blue) = 217+67+47=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D9432F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9432F is #26BCD0. Grayscale: #6D6D6D. Windows color (decimal): -2538705 or 3097561. OLE color: 3097561.

HSL color Cylindrical-coordinate representation of color #D9432F: hue angle of 7.06º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9432F is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 67 47 -
CMYK 0 0.69 0.78 0.15
HSL 7.06º 0.69% 0.52% -
HSV(B) 7.06º 0.78% 0.85% -
XYZ 31.14 18.97 4.71 -
YUV 109.57 92.7 204.63 -
System Red Green Blue C M Y K H S L
Decimal 217 67 47 0 0.69 0.78 0.15 7.06 0.69 0.52
Hex D9 43 2F 0 45 4E F 7 45 34
Octal 331 103 57 0 105 116 17 7 105 64
Binary 11011001 1000011 101111 0 1000101 1001110 1111 111 1000101 110100

Color Harmonies of #D9432F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9432F

Black with #D9432F

Text Example


Text Example

White with #D9432F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9432F; }

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

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

background-color css

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

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

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

border-color css

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

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

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