Html Css Color HEX #D7413B Cinnabar

📋 copy color: '#D7413B'

red 215 ◦ green 65 ◦ blue 59

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

Shades of Cinnabar #D7413B

Tints of Cinnabar #D7413B

RGB

 RED value IS 215 (84.38% from 255) = 63.42%

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

 BLUE value IS 59 (23.44% from 255) = 17.4%

R = 63.42%
G = 19.17%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7413B (or 0xD7413B) is known color: Cinnabar. HEX triplet: D7, 41 and 3B. RGB value is (215,65,59). Sum of RGB (Red+Green+Blue) = 215+65+59=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D7413B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7413B is #28BEC4. Grayscale: #6D6D6D. Windows color (decimal): -2670277 or 3883479. OLE color: 3883479.

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

Color convert

RGB 215 65 59 -
CMYK 0 0.70 0.73 0.16
HSL 2.31º 0.66% 0.54% -
HSV(B) 2.31º 0.73% 0.84% -
XYZ 30.7 18.54 6.1 -
YUV 109.17 99.7 203.49 -
System Red Green Blue C M Y K H S L
Decimal 215 65 59 0 0.70 0.73 0.16 2.31 0.66 0.54
Hex D7 41 3B 0 46 49 10 2 42 36
Octal 327 101 73 0 106 111 20 2 102 66
Binary 11010111 1000001 111011 0 1000110 1001001 10000 10 1000010 110110

Color Harmonies of #D7413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7413B

Black with #D7413B

Text Example


Text Example

White with #D7413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7413B; }

 p { color: rgb(215,65,59); }

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

background-color css

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

 a { background-color: rgb(215,65,59); }

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

border-color css

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

 span { border-color: rgb(215,65,59); }

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