Html Css Color HEX #D3432F Cinnabar

📋 copy color: '#D3432F'

red 211 ◦ green 67 ◦ blue 47

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

Shades of Cinnabar #D3432F

Tints of Cinnabar #D3432F

RGB

 RED value IS 211 (82.81% from 255) = 64.92%

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

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

R = 64.92%
G = 20.62%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3432F (or 0xD3432F) is known color: Cinnabar. HEX triplet: D3, 43 and 2F. RGB value is (211,67,47). Sum of RGB (Red+Green+Blue) = 211+67+47=325 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.92% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 211 - color contains mainly: red. Hex color #D3432F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3432F is #2CBCD0. Grayscale: #6C6C6C. Windows color (decimal): -2931921 or 3097555. OLE color: 3097555.

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

Color convert

RGB 211 67 47 -
CMYK 0 0.68 0.78 0.17
HSL 7.32º 0.65% 0.51% -
HSV(B) 7.32º 0.78% 0.83% -
XYZ 29.38 18.07 4.63 -
YUV 107.78 93.71 201.63 -
System Red Green Blue C M Y K H S L
Decimal 211 67 47 0 0.68 0.78 0.17 7.32 0.65 0.51
Hex D3 43 2F 0 44 4E 11 7 41 33
Octal 323 103 57 0 104 116 21 7 101 63
Binary 11010011 1000011 101111 0 1000100 1001110 10001 111 1000001 110011

Color Harmonies of #D3432F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3432F

Black with #D3432F

Text Example


Text Example

White with #D3432F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3432F; }

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

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

background-color css

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

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

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

border-color css

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

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

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