Html Css Color HEX #D7413D Cinnabar

📋 copy color: '#D7413D'

red 215 ◦ green 65 ◦ blue 61

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

Shades of Cinnabar #D7413D

Tints of Cinnabar #D7413D

RGB

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

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

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

R = 63.05%
G = 19.06%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7413D (or 0xD7413D) is known color: Cinnabar. HEX triplet: D7, 41 and 3D. RGB value is (215,65,61). Sum of RGB (Red+Green+Blue) = 215+65+61=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D7413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7413D is #28BEC2. Grayscale: #6D6D6D. Windows color (decimal): -2670275 or 4014551. OLE color: 4014551.

HSL color Cylindrical-coordinate representation of color #D7413D: hue angle of 1.56º degrees, saturation: 0.66, 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 #D7413D is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 65 61 -
CMYK 0 0.70 0.72 0.16
HSL 1.56º 0.66% 0.54% -
HSV(B) 1.56º 0.72% 0.84% -
XYZ 30.76 18.56 6.38 -
YUV 109.39 100.7 203.33 -
System Red Green Blue C M Y K H S L
Decimal 215 65 61 0 0.70 0.72 0.16 1.56 0.66 0.54
Hex D7 41 3D 0 46 48 10 2 42 36
Octal 327 101 75 0 106 110 20 2 102 66
Binary 11010111 1000001 111101 0 1000110 1001000 10000 10 1000010 110110

Color Harmonies of #D7413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7413D

Black with #D7413D

Text Example


Text Example

White with #D7413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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