Html Css Color HEX #D5442B Cinnabar

📋 copy color: '#D5442B'

red 213 ◦ green 68 ◦ blue 43

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

Shades of Cinnabar #D5442B

Tints of Cinnabar #D5442B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.27%

R = 65.74%
G = 20.99%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5442B (or 0xD5442B) is known color: Cinnabar. HEX triplet: D5, 44 and 2B. RGB value is (213,68,43). Sum of RGB (Red+Green+Blue) = 213+68+43=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D5442B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5442B is #2ABBD4. Grayscale: #6C6C6C. Windows color (decimal): -2800597 or 2835669. OLE color: 2835669.

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

Color convert

RGB 213 68 43 -
CMYK 0 0.68 0.80 0.16
HSL 8.82º 0.67% 0.5% -
HSV(B) 8.82º 0.8% 0.84% -
XYZ 29.94 18.45 4.27 -
YUV 108.51 91.04 202.53 -
System Red Green Blue C M Y K H S L
Decimal 213 68 43 0 0.68 0.80 0.16 8.82 0.67 0.5
Hex D5 44 2B 0 44 50 10 9 43 32
Octal 325 104 53 0 104 120 20 11 103 62
Binary 11010101 1000100 101011 0 1000100 1010000 10000 1001 1000011 110010

Color Harmonies of #D5442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5442B

Black with #D5442B

Text Example


Text Example

White with #D5442B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5442B; }

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

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

background-color css

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

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

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

border-color css

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

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

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