Html Css Color HEX #D44735 Cinnabar

📋 copy color: '#D44735'

red 212 ◦ green 71 ◦ blue 53

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

Shades of Cinnabar #D44735

Tints of Cinnabar #D44735

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.13%

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

R = 63.1%
G = 21.13%
B = 15.77%

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

#D44735 (or 0xD44735) is known color: Cinnabar. HEX triplet: D4, 47 and 35. RGB value is (212,71,53). Sum of RGB (Red+Green+Blue) = 212+71+53=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D44735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44735 is #2BB8CA. Grayscale: #6F6F6F. Windows color (decimal): -2865355 or 3491796. OLE color: 3491796.

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

Color convert

RGB 212 71 53 -
CMYK 0 0.67 0.75 0.17
HSL 6.79º 0.65% 0.52% -
HSV(B) 6.79º 0.75% 0.83% -
XYZ 30.05 18.76 5.41 -
YUV 111.11 95.21 199.96 -
System Red Green Blue C M Y K H S L
Decimal 212 71 53 0 0.67 0.75 0.17 6.79 0.65 0.52
Hex D4 47 35 0 43 4B 11 7 41 34
Octal 324 107 65 0 103 113 21 7 101 64
Binary 11010100 1000111 110101 0 1000011 1001011 10001 111 1000001 110100

Color Harmonies of #D44735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44735

Black with #D44735

Text Example


Text Example

White with #D44735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44735; }

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

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

background-color css

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

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

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

border-color css

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

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

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