Html Css Color HEX #D7422F Cinnabar

📋 copy color: '#D7422F'

red 215 ◦ green 66 ◦ blue 47

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

Shades of Cinnabar #D7422F

Tints of Cinnabar #D7422F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.12%

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

R = 65.55%
G = 20.12%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7422F (or 0xD7422F) is known color: Cinnabar. HEX triplet: D7, 42 and 2F. RGB value is (215,66,47). Sum of RGB (Red+Green+Blue) = 215+66+47=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D7422F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7422F is #28BDD0. Grayscale: #6C6C6C. Windows color (decimal): -2670033 or 3097303. OLE color: 3097303.

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

Color convert

RGB 215 66 47 -
CMYK 0 0.69 0.78 0.16
HSL 6.79º 0.68% 0.51% -
HSV(B) 6.79º 0.78% 0.84% -
XYZ 30.49 18.55 4.66 -
YUV 108.39 93.36 204.04 -
System Red Green Blue C M Y K H S L
Decimal 215 66 47 0 0.69 0.78 0.16 6.79 0.68 0.51
Hex D7 42 2F 0 45 4E 10 7 44 33
Octal 327 102 57 0 105 116 20 7 104 63
Binary 11010111 1000010 101111 0 1000101 1001110 10000 111 1000100 110011

Color Harmonies of #D7422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7422F

Black with #D7422F

Text Example


Text Example

White with #D7422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7422F; }

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

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

background-color css

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

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

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

border-color css

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

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

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