Html Css Color HEX #D3422E Cinnabar

📋 copy color: '#D3422E'

red 211 ◦ green 66 ◦ blue 46

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

Shades of Cinnabar #D3422E

Tints of Cinnabar #D3422E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.24%

R = 65.33%
G = 20.43%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3422E (or 0xD3422E) is known color: Cinnabar. HEX triplet: D3, 42 and 2E. RGB value is (211,66,46). Sum of RGB (Red+Green+Blue) = 211+66+46=323 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.33% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 211 - color contains mainly: red. Hex color #D3422E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3422E is #2CBDD1. Grayscale: #6B6B6B. Windows color (decimal): -2932178 or 3031763. OLE color: 3031763.

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

Color convert

RGB 211 66 46 -
CMYK 0 0.69 0.78 0.17
HSL 7.27º 0.65% 0.5% -
HSV(B) 7.27º 0.78% 0.83% -
XYZ 29.31 17.94 4.5 -
YUV 107.08 93.54 202.13 -
System Red Green Blue C M Y K H S L
Decimal 211 66 46 0 0.69 0.78 0.17 7.27 0.65 0.5
Hex D3 42 2E 0 45 4E 11 7 41 32
Octal 323 102 56 0 105 116 21 7 101 62
Binary 11010011 1000010 101110 0 1000101 1001110 10001 111 1000001 110010

Color Harmonies of #D3422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3422E

Black with #D3422E

Text Example


Text Example

White with #D3422E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3422E; }

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

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

background-color css

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

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

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

border-color css

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

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

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