Html Css Color HEX #D3422C Cinnabar

📋 copy color: '#D3422C'

red 211 ◦ green 66 ◦ blue 44

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

Shades of Cinnabar #D3422C

Tints of Cinnabar #D3422C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.56%

 BLUE value IS 44 (17.58% from 255) = 13.71%

R = 65.73%
G = 20.56%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D3422C (or 0xD3422C) is known color: Cinnabar. HEX triplet: D3, 42 and 2C. RGB value is (211,66,44). Sum of RGB (Red+Green+Blue) = 211+66+44=321 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.73% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 211 - color contains mainly: red. Hex color #D3422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3422C is #2CBDD3. Grayscale: #6B6B6B. Windows color (decimal): -2932180 or 2900691. OLE color: 2900691.

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

Color convert

RGB 211 66 44 -
CMYK 0 0.69 0.79 0.17
HSL 7.9º 0.65% 0.5% -
HSV(B) 7.9º 0.79% 0.83% -
XYZ 29.27 17.93 4.3 -
YUV 106.85 92.54 202.29 -
System Red Green Blue C M Y K H S L
Decimal 211 66 44 0 0.69 0.79 0.17 7.9 0.65 0.5
Hex D3 42 2C 0 45 4F 11 8 41 32
Octal 323 102 54 0 105 117 21 10 101 62
Binary 11010011 1000010 101100 0 1000101 1001111 10001 1000 1000001 110010

Color Harmonies of #D3422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3422C

Black with #D3422C

Text Example


Text Example

White with #D3422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3422C; }

 p { color: rgb(211,66,44); }

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

background-color css

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

 a { background-color: rgb(211,66,44); }

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

border-color css

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

 span { border-color: rgb(211,66,44); }

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