Html Css Color HEX #D3442F Cinnabar

📋 copy color: '#D3442F'

red 211 ◦ green 68 ◦ blue 47

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

Shades of Cinnabar #D3442F

Tints of Cinnabar #D3442F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.86%

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

R = 64.72%
G = 20.86%
B = 14.42%

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

#D3442F (or 0xD3442F) is known color: Cinnabar. HEX triplet: D3, 44 and 2F. RGB value is (211,68,47). Sum of RGB (Red+Green+Blue) = 211+68+47=326 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.72% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 211 - color contains mainly: red. Hex color #D3442F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3442F is #2CBBD0. Grayscale: #6C6C6C. Windows color (decimal): -2931665 or 3097811. OLE color: 3097811.

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

Color convert

RGB 211 68 47 -
CMYK 0 0.68 0.78 0.17
HSL 7.68º 0.65% 0.51% -
HSV(B) 7.68º 0.78% 0.83% -
XYZ 29.44 18.19 4.65 -
YUV 108.36 93.38 201.21 -
System Red Green Blue C M Y K H S L
Decimal 211 68 47 0 0.68 0.78 0.17 7.68 0.65 0.51
Hex D3 44 2F 0 44 4E 11 8 41 33
Octal 323 104 57 0 104 116 21 10 101 63
Binary 11010011 1000100 101111 0 1000100 1001110 10001 1000 1000001 110011

Color Harmonies of #D3442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3442F

Black with #D3442F

Text Example


Text Example

White with #D3442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3442F; }

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

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

background-color css

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

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

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

border-color css

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

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

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