Html Css Color HEX #D44130 Cinnabar

📋 copy color: '#D44130'

red 212 ◦ green 65 ◦ blue 48

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

Shades of Cinnabar #D44130

Tints of Cinnabar #D44130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.77%

R = 65.23%
G = 20%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D44130 (or 0xD44130) is known color: Cinnabar. HEX triplet: D4, 41 and 30. RGB value is (212,65,48). Sum of RGB (Red+Green+Blue) = 212+65+48=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D44130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44130 is #2BBECF. Grayscale: #6B6B6B. Windows color (decimal): -2866896 or 3162580. OLE color: 3162580.

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

Color convert

RGB 212 65 48 -
CMYK 0 0.69 0.77 0.17
HSL 6.22º 0.66% 0.51% -
HSV(B) 6.22º 0.77% 0.83% -
XYZ 29.58 17.99 4.71 -
YUV 107.02 94.7 202.88 -
System Red Green Blue C M Y K H S L
Decimal 212 65 48 0 0.69 0.77 0.17 6.22 0.66 0.51
Hex D4 41 30 0 45 4D 11 6 42 33
Octal 324 101 60 0 105 115 21 6 102 63
Binary 11010100 1000001 110000 0 1000101 1001101 10001 110 1000010 110011

Color Harmonies of #D44130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44130

Black with #D44130

Text Example


Text Example

White with #D44130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44130; }

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

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

background-color css

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

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

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

border-color css

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

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

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