Html Css Color HEX #D44641 Cinnabar

📋 copy color: '#D44641'

red 212 ◦ green 70 ◦ blue 65

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

Shades of Cinnabar #D44641

Tints of Cinnabar #D44641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.73%

R = 61.1%
G = 20.17%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D44641 (or 0xD44641) is known color: Cinnabar. HEX triplet: D4, 46 and 41. RGB value is (212,70,65). Sum of RGB (Red+Green+Blue) = 212+70+65=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D44641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44641 is #2BB9BE. Grayscale: #707070. Windows color (decimal): -2865599 or 4277972. OLE color: 4277972.

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

Color convert

RGB 212 70 65 -
CMYK 0 0.67 0.69 0.17
HSL 2.04º 0.63% 0.54% -
HSV(B) 2.04º 0.69% 0.83% -
XYZ 30.3 18.76 7.03 -
YUV 111.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 212 70 65 0 0.67 0.69 0.17 2.04 0.63 0.54
Hex D4 46 41 0 43 45 11 2 3F 36
Octal 324 106 101 0 103 105 21 2 77 66
Binary 11010100 1000110 1000001 0 1000011 1000101 10001 10 111111 110110

Color Harmonies of #D44641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44641

Black with #D44641

Text Example


Text Example

White with #D44641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44641; }

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

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

background-color css

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

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

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

border-color css

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

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

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