Html Css Color HEX #D7402C Cinnabar

📋 copy color: '#D7402C'

red 215 ◦ green 64 ◦ blue 44

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

Shades of Cinnabar #D7402C

Tints of Cinnabar #D7402C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.62%

R = 66.56%
G = 19.81%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7402C (or 0xD7402C) is known color: Cinnabar. HEX triplet: D7, 40 and 2C. RGB value is (215,64,44). Sum of RGB (Red+Green+Blue) = 215+64+44=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D7402C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7402C is #28BFD3. Grayscale: #6B6B6B. Windows color (decimal): -2670548 or 2900183. OLE color: 2900183.

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

Color convert

RGB 215 64 44 -
CMYK 0 0.70 0.80 0.16
HSL 7.02º 0.68% 0.51% -
HSV(B) 7.02º 0.8% 0.84% -
XYZ 30.31 18.3 4.32 -
YUV 106.87 92.53 205.13 -
System Red Green Blue C M Y K H S L
Decimal 215 64 44 0 0.70 0.80 0.16 7.02 0.68 0.51
Hex D7 40 2C 0 46 50 10 7 44 33
Octal 327 100 54 0 106 120 20 7 104 63
Binary 11010111 1000000 101100 0 1000110 1010000 10000 111 1000100 110011

Color Harmonies of #D7402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7402C

Black with #D7402C

Text Example


Text Example

White with #D7402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7402C; }

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

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

background-color css

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

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

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

border-color css

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

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

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