Html Css Color HEX #D7412D Cinnabar

📋 copy color: '#D7412D'

red 215 ◦ green 65 ◦ blue 45

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

Shades of Cinnabar #D7412D

Tints of Cinnabar #D7412D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.85%

R = 66.15%
G = 20%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7412D (or 0xD7412D) is known color: Cinnabar. HEX triplet: D7, 41 and 2D. RGB value is (215,65,45). Sum of RGB (Red+Green+Blue) = 215+65+45=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D7412D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7412D is #28BED2. Grayscale: #6B6B6B. Windows color (decimal): -2670291 or 2965975. OLE color: 2965975.

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

Color convert

RGB 215 65 45 -
CMYK 0 0.70 0.79 0.16
HSL 7.06º 0.68% 0.51% -
HSV(B) 7.06º 0.79% 0.84% -
XYZ 30.39 18.42 4.44 -
YUV 107.57 92.7 204.63 -
System Red Green Blue C M Y K H S L
Decimal 215 65 45 0 0.70 0.79 0.16 7.06 0.68 0.51
Hex D7 41 2D 0 46 4F 10 7 44 33
Octal 327 101 55 0 106 117 20 7 104 63
Binary 11010111 1000001 101101 0 1000110 1001111 10000 111 1000100 110011

Color Harmonies of #D7412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7412D

Black with #D7412D

Text Example


Text Example

White with #D7412D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7412D; }

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

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

background-color css

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

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

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

border-color css

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

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

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