Html Css Color HEX #D5442C Cinnabar

📋 copy color: '#D5442C'

red 213 ◦ green 68 ◦ blue 44

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

Shades of Cinnabar #D5442C

Tints of Cinnabar #D5442C

RGB

 RED value IS 213 (83.59% from 255) = 65.54%

 GREEN value IS 68 (26.95% from 255) = 20.92%

 BLUE value IS 44 (17.58% from 255) = 13.54%

R = 65.54%
G = 20.92%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5442C (or 0xD5442C) is known color: Cinnabar. HEX triplet: D5, 44 and 2C. RGB value is (213,68,44). Sum of RGB (Red+Green+Blue) = 213+68+44=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D5442C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5442C is #2ABBD3. Grayscale: #6C6C6C. Windows color (decimal): -2800596 or 2901205. OLE color: 2901205.

HSL color Cylindrical-coordinate representation of color #D5442C: hue angle of 8.52º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5442C is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 68 44 -
CMYK 0 0.68 0.79 0.16
HSL 8.52º 0.67% 0.5% -
HSV(B) 8.52º 0.79% 0.84% -
XYZ 29.96 18.46 4.37 -
YUV 108.62 91.54 202.45 -
System Red Green Blue C M Y K H S L
Decimal 213 68 44 0 0.68 0.79 0.16 8.52 0.67 0.5
Hex D5 44 2C 0 44 4F 10 9 43 32
Octal 325 104 54 0 104 117 20 11 103 62
Binary 11010101 1000100 101100 0 1000100 1001111 10000 1001 1000011 110010

Color Harmonies of #D5442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5442C

Black with #D5442C

Text Example


Text Example

White with #D5442C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5442C; }

 p { color: rgb(213,68,44); }

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

background-color css

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

 a { background-color: rgb(213,68,44); }

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

border-color css

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

 span { border-color: rgb(213,68,44); }

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