Html Css Color HEX #D44635 Cinnabar

📋 copy color: '#D44635'

red 212 ◦ green 70 ◦ blue 53

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

Shades of Cinnabar #D44635

Tints of Cinnabar #D44635

RGB

 RED value IS 212 (83.2% from 255) = 63.28%

 GREEN value IS 70 (27.73% from 255) = 20.9%

 BLUE value IS 53 (21.09% from 255) = 15.82%

R = 63.28%
G = 20.9%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D44635 (or 0xD44635) is known color: Cinnabar. HEX triplet: D4, 46 and 35. RGB value is (212,70,53). Sum of RGB (Red+Green+Blue) = 212+70+53=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D44635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44635 is #2BB9CA. Grayscale: #6E6E6E. Windows color (decimal): -2865611 or 3491540. OLE color: 3491540.

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

Color convert

RGB 212 70 53 -
CMYK 0 0.67 0.75 0.17
HSL 6.42º 0.65% 0.52% -
HSV(B) 6.42º 0.75% 0.83% -
XYZ 29.98 18.63 5.38 -
YUV 110.52 95.54 200.38 -
System Red Green Blue C M Y K H S L
Decimal 212 70 53 0 0.67 0.75 0.17 6.42 0.65 0.52
Hex D4 46 35 0 43 4B 11 6 41 34
Octal 324 106 65 0 103 113 21 6 101 64
Binary 11010100 1000110 110101 0 1000011 1001011 10001 110 1000001 110100

Color Harmonies of #D44635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44635

Black with #D44635

Text Example


Text Example

White with #D44635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44635; }

 p { color: rgb(212,70,53); }

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

background-color css

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

 a { background-color: rgb(212,70,53); }

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

border-color css

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

 span { border-color: rgb(212,70,53); }

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