Html Css Color HEX #D5413A Cinnabar

📋 copy color: '#D5413A'

red 213 ◦ green 65 ◦ blue 58

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

Shades of Cinnabar #D5413A

Tints of Cinnabar #D5413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.26%

R = 63.39%
G = 19.35%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5413A (or 0xD5413A) is known color: Cinnabar. HEX triplet: D5, 41 and 3A. RGB value is (213,65,58). Sum of RGB (Red+Green+Blue) = 213+65+58=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D5413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5413A is #2ABEC5. Grayscale: #6C6C6C. Windows color (decimal): -2801350 or 3817941. OLE color: 3817941.

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

Color convert

RGB 213 65 58 -
CMYK 0 0.69 0.73 0.16
HSL 2.71º 0.65% 0.53% -
HSV(B) 2.71º 0.73% 0.84% -
XYZ 30.09 18.23 5.94 -
YUV 108.45 99.53 202.57 -
System Red Green Blue C M Y K H S L
Decimal 213 65 58 0 0.69 0.73 0.16 2.71 0.65 0.53
Hex D5 41 3A 0 45 49 10 3 41 35
Octal 325 101 72 0 105 111 20 3 101 65
Binary 11010101 1000001 111010 0 1000101 1001001 10000 11 1000001 110101

Color Harmonies of #D5413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5413A

Black with #D5413A

Text Example


Text Example

White with #D5413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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