Html Css Color HEX #D44135 Cinnabar

📋 copy color: '#D44135'

red 212 ◦ green 65 ◦ blue 53

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

Shades of Cinnabar #D44135

Tints of Cinnabar #D44135

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.7%

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

R = 64.24%
G = 19.7%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D44135 (or 0xD44135) is known color: Cinnabar. HEX triplet: D4, 41 and 35. RGB value is (212,65,53). Sum of RGB (Red+Green+Blue) = 212+65+53=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D44135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44135 is #2BBECA. Grayscale: #6B6B6B. Windows color (decimal): -2866891 or 3490260. OLE color: 3490260.

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

Color convert

RGB 212 65 53 -
CMYK 0 0.69 0.75 0.17
HSL 4.53º 0.65% 0.52% -
HSV(B) 4.53º 0.75% 0.83% -
XYZ 29.68 18.03 5.28 -
YUV 107.59 97.2 202.48 -
System Red Green Blue C M Y K H S L
Decimal 212 65 53 0 0.69 0.75 0.17 4.53 0.65 0.52
Hex D4 41 35 0 45 4B 11 5 41 34
Octal 324 101 65 0 105 113 21 5 101 64
Binary 11010100 1000001 110101 0 1000101 1001011 10001 101 1000001 110100

Color Harmonies of #D44135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44135

Black with #D44135

Text Example


Text Example

White with #D44135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44135; }

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

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

background-color css

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

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

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

border-color css

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

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

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