Html Css Color HEX #D7402F Cinnabar

📋 copy color: '#D7402F'

red 215 ◦ green 64 ◦ blue 47

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

Shades of Cinnabar #D7402F

Tints of Cinnabar #D7402F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.42%

R = 65.95%
G = 19.63%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7402F (or 0xD7402F) is known color: Cinnabar. HEX triplet: D7, 40 and 2F. RGB value is (215,64,47). Sum of RGB (Red+Green+Blue) = 215+64+47=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D7402F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7402F is #28BFD0. Grayscale: #6B6B6B. Windows color (decimal): -2670545 or 3096791. OLE color: 3096791.

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

Color convert

RGB 215 64 47 -
CMYK 0 0.70 0.78 0.16
HSL 6.07º 0.68% 0.51% -
HSV(B) 6.07º 0.78% 0.84% -
XYZ 30.37 18.32 4.62 -
YUV 107.21 94.03 204.88 -
System Red Green Blue C M Y K H S L
Decimal 215 64 47 0 0.70 0.78 0.16 6.07 0.68 0.51
Hex D7 40 2F 0 46 4E 10 6 44 33
Octal 327 100 57 0 106 116 20 6 104 63
Binary 11010111 1000000 101111 0 1000110 1001110 10000 110 1000100 110011

Color Harmonies of #D7402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7402F

Black with #D7402F

Text Example


Text Example

White with #D7402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7402F; }

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

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

background-color css

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

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

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

border-color css

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

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

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