Html Css Color HEX #D44328 Cinnabar

📋 copy color: '#D44328'

red 212 ◦ green 67 ◦ blue 40

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

Shades of Cinnabar #D44328

Tints of Cinnabar #D44328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21%

 BLUE value IS 40 (16.02% from 255) = 12.54%

R = 66.46%
G = 21%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D44328 (or 0xD44328) is known color: Cinnabar. HEX triplet: D4, 43 and 28. RGB value is (212,67,40). Sum of RGB (Red+Green+Blue) = 212+67+40=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D44328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44328 is #2BBCD7. Grayscale: #6B6B6B. Windows color (decimal): -2866392 or 2638804. OLE color: 2638804.

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

Color convert

RGB 212 67 40 -
CMYK 0 0.68 0.81 0.17
HSL 9.42º 0.68% 0.49% -
HSV(B) 9.42º 0.81% 0.83% -
XYZ 29.54 18.16 3.96 -
YUV 107.28 90.04 202.7 -
System Red Green Blue C M Y K H S L
Decimal 212 67 40 0 0.68 0.81 0.17 9.42 0.68 0.49
Hex D4 43 28 0 44 51 11 9 44 31
Octal 324 103 50 0 104 121 21 11 104 61
Binary 11010100 1000011 101000 0 1000100 1010001 10001 1001 1000100 110001

Color Harmonies of #D44328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44328

Black with #D44328

Text Example


Text Example

White with #D44328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44328; }

 p { color: rgb(212,67,40); }

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

background-color css

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

 a { background-color: rgb(212,67,40); }

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

border-color css

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

 span { border-color: rgb(212,67,40); }

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