Html Css Color HEX #D5413D Cinnabar

📋 copy color: '#D5413D'

red 213 ◦ green 65 ◦ blue 61

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

Shades of Cinnabar #D5413D

Tints of Cinnabar #D5413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.99%

R = 62.83%
G = 19.17%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5413D (or 0xD5413D) is known color: Cinnabar. HEX triplet: D5, 41 and 3D. RGB value is (213,65,61). Sum of RGB (Red+Green+Blue) = 213+65+61=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D5413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5413D is #2ABEC2. Grayscale: #6C6C6C. Windows color (decimal): -2801347 or 4014549. OLE color: 4014549.

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

Color convert

RGB 213 65 61 -
CMYK 0 0.69 0.71 0.16
HSL 1.58º 0.64% 0.54% -
HSV(B) 1.58º 0.71% 0.84% -
XYZ 30.17 18.26 6.35 -
YUV 108.8 101.03 202.33 -
System Red Green Blue C M Y K H S L
Decimal 213 65 61 0 0.69 0.71 0.16 1.58 0.64 0.54
Hex D5 41 3D 0 45 47 10 2 40 36
Octal 325 101 75 0 105 107 20 2 100 66
Binary 11010101 1000001 111101 0 1000101 1000111 10000 10 1000000 110110

Color Harmonies of #D5413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5413D

Black with #D5413D

Text Example


Text Example

White with #D5413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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