Html Css Color HEX #D7402B Cinnabar

📋 copy color: '#D7402B'

red 215 ◦ green 64 ◦ blue 43

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

Shades of Cinnabar #D7402B

Tints of Cinnabar #D7402B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.35%

R = 66.77%
G = 19.88%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D7402B (or 0xD7402B) is known color: Cinnabar. HEX triplet: D7, 40 and 2B. RGB value is (215,64,43). Sum of RGB (Red+Green+Blue) = 215+64+43=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D7402B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7402B is #28BFD4. Grayscale: #6A6A6A. Windows color (decimal): -2670549 or 2834647. OLE color: 2834647.

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

Color convert

RGB 215 64 43 -
CMYK 0 0.70 0.8 0.16
HSL 7.33º 0.68% 0.51% -
HSV(B) 7.33º 0.8% 0.84% -
XYZ 30.29 18.29 4.22 -
YUV 106.76 92.03 205.21 -
System Red Green Blue C M Y K H S L
Decimal 215 64 43 0 0.70 0.8 0.16 7.33 0.68 0.51
Hex D7 40 2B 0 46 50 10 7 44 33
Octal 327 100 53 0 106 120 20 7 104 63
Binary 11010111 1000000 101011 0 1000110 1010000 10000 111 1000100 110011

Color Harmonies of #D7402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7402B

Black with #D7402B

Text Example


Text Example

White with #D7402B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7402B; }

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

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

background-color css

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

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

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

border-color css

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

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

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