Html Css Color HEX #D7402D Cinnabar

📋 copy color: '#D7402D'

red 215 ◦ green 64 ◦ blue 45

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

Shades of Cinnabar #D7402D

Tints of Cinnabar #D7402D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.75%

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

R = 66.36%
G = 19.75%
B = 13.89%

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

#D7402D (or 0xD7402D) is known color: Cinnabar. HEX triplet: D7, 40 and 2D. RGB value is (215,64,45). Sum of RGB (Red+Green+Blue) = 215+64+45=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D7402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7402D is #28BFD2. Grayscale: #6B6B6B. Windows color (decimal): -2670547 or 2965719. OLE color: 2965719.

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

Color convert

RGB 215 64 45 -
CMYK 0 0.70 0.79 0.16
HSL 6.71º 0.68% 0.51% -
HSV(B) 6.71º 0.79% 0.84% -
XYZ 30.33 18.3 4.42 -
YUV 106.98 93.03 205.04 -
System Red Green Blue C M Y K H S L
Decimal 215 64 45 0 0.70 0.79 0.16 6.71 0.68 0.51
Hex D7 40 2D 0 46 4F 10 7 44 33
Octal 327 100 55 0 106 117 20 7 104 63
Binary 11010111 1000000 101101 0 1000110 1001111 10000 111 1000100 110011

Color Harmonies of #D7402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7402D

Black with #D7402D

Text Example


Text Example

White with #D7402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7402D; }

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

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

background-color css

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

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

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

border-color css

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

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

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