Html Css Color HEX #D44126 Cinnabar

📋 copy color: '#D44126'

red 212 ◦ green 65 ◦ blue 38

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

Shades of Cinnabar #D44126

Tints of Cinnabar #D44126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.06%

R = 67.3%
G = 20.63%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D44126 (or 0xD44126) is known color: Cinnabar. HEX triplet: D4, 41 and 26. RGB value is (212,65,38). Sum of RGB (Red+Green+Blue) = 212+65+38=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D44126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44126 is #2BBED9. Grayscale: #6A6A6A. Windows color (decimal): -2866906 or 2507220. OLE color: 2507220.

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

Color convert

RGB 212 65 38 -
CMYK 0 0.69 0.82 0.17
HSL 9.31º 0.7% 0.49% -
HSV(B) 9.31º 0.82% 0.83% -
XYZ 29.39 17.92 3.74 -
YUV 105.88 89.7 203.7 -
System Red Green Blue C M Y K H S L
Decimal 212 65 38 0 0.69 0.82 0.17 9.31 0.7 0.49
Hex D4 41 26 0 45 52 11 9 46 31
Octal 324 101 46 0 105 122 21 11 106 61
Binary 11010100 1000001 100110 0 1000101 1010010 10001 1001 1000110 110001

Color Harmonies of #D44126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44126

Black with #D44126

Text Example


Text Example

White with #D44126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44126; }

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

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

background-color css

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

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

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

border-color css

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

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

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