Html Css Color HEX #D44230 Cinnabar

📋 copy color: '#D44230'

red 212 ◦ green 66 ◦ blue 48

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

Shades of Cinnabar #D44230

Tints of Cinnabar #D44230

RGB

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

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

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

R = 65.03%
G = 20.25%
B = 14.72%

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

#D44230 (or 0xD44230) is known color: Cinnabar. HEX triplet: D4, 42 and 30. RGB value is (212,66,48). Sum of RGB (Red+Green+Blue) = 212+66+48=326 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.03% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 212 - color contains mainly: red. Hex color #D44230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44230 is #2BBDCF. Grayscale: #6B6B6B. Windows color (decimal): -2866640 or 3162836. OLE color: 3162836.

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

Color convert

RGB 212 66 48 -
CMYK 0 0.69 0.77 0.17
HSL 6.59º 0.66% 0.51% -
HSV(B) 6.59º 0.77% 0.83% -
XYZ 29.63 18.11 4.73 -
YUV 107.6 94.37 202.46 -
System Red Green Blue C M Y K H S L
Decimal 212 66 48 0 0.69 0.77 0.17 6.59 0.66 0.51
Hex D4 42 30 0 45 4D 11 7 42 33
Octal 324 102 60 0 105 115 21 7 102 63
Binary 11010100 1000010 110000 0 1000101 1001101 10001 111 1000010 110011

Color Harmonies of #D44230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44230

Black with #D44230

Text Example


Text Example

White with #D44230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44230; }

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

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

background-color css

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

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

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

border-color css

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

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

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