Html Css Color HEX #D5413C Cinnabar

📋 copy color: '#D5413C'

red 213 ◦ green 65 ◦ blue 60

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

Shades of Cinnabar #D5413C

Tints of Cinnabar #D5413C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.75%

R = 63.02%
G = 19.23%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5413C (or 0xD5413C) is known color: Cinnabar. HEX triplet: D5, 41 and 3C. RGB value is (213,65,60). Sum of RGB (Red+Green+Blue) = 213+65+60=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D5413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5413C is #2ABEC3. Grayscale: #6C6C6C. Windows color (decimal): -2801348 or 3949013. OLE color: 3949013.

HSL color Cylindrical-coordinate representation of color #D5413C: hue angle of 1.96º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5413C is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 65 60 -
CMYK 0 0.69 0.72 0.16
HSL 1.96º 0.65% 0.54% -
HSV(B) 1.96º 0.72% 0.84% -
XYZ 30.15 18.25 6.21 -
YUV 108.68 100.53 202.41 -
System Red Green Blue C M Y K H S L
Decimal 213 65 60 0 0.69 0.72 0.16 1.96 0.65 0.54
Hex D5 41 3C 0 45 48 10 2 41 36
Octal 325 101 74 0 105 110 20 2 101 66
Binary 11010101 1000001 111100 0 1000101 1001000 10000 10 1000001 110110

Color Harmonies of #D5413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5413C

Black with #D5413C

Text Example


Text Example

White with #D5413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5413C; }

 p { color: rgb(213,65,60); }

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

background-color css

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

 a { background-color: rgb(213,65,60); }

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

border-color css

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

 span { border-color: rgb(213,65,60); }

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