Html Css Color HEX #D2422D Cinnabar

📋 copy color: '#D2422D'

red 210 ◦ green 66 ◦ blue 45

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

Shades of Cinnabar #D2422D

Tints of Cinnabar #D2422D

RGB

 RED value IS 210 (82.42% from 255) = 65.42%

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

 BLUE value IS 45 (17.97% from 255) = 14.02%

R = 65.42%
G = 20.56%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2422D (or 0xD2422D) is known color: Cinnabar. HEX triplet: D2, 42 and 2D. RGB value is (210,66,45). Sum of RGB (Red+Green+Blue) = 210+66+45=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D2422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2422D is #2DBDD2. Grayscale: #6A6A6A. Windows color (decimal): -2997715 or 2966226. OLE color: 2966226.

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

Color convert

RGB 210 66 45 -
CMYK 0 0.69 0.79 0.18
HSL 7.64º 0.65% 0.5% -
HSV(B) 7.64º 0.79% 0.82% -
XYZ 29 17.79 4.39 -
YUV 106.66 93.21 201.71 -
System Red Green Blue C M Y K H S L
Decimal 210 66 45 0 0.69 0.79 0.18 7.64 0.65 0.5
Hex D2 42 2D 0 45 4F 12 8 41 32
Octal 322 102 55 0 105 117 22 10 101 62
Binary 11010010 1000010 101101 0 1000101 1001111 10010 1000 1000001 110010

Color Harmonies of #D2422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2422D

Black with #D2422D

Text Example


Text Example

White with #D2422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2422D; }

 p { color: rgb(210,66,45); }

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

background-color css

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

 a { background-color: rgb(210,66,45); }

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

border-color css

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

 span { border-color: rgb(210,66,45); }

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