Html Css Color HEX #D7422C Cinnabar

📋 copy color: '#D7422C'

red 215 ◦ green 66 ◦ blue 44

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

Shades of Cinnabar #D7422C

Tints of Cinnabar #D7422C

RGB

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

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

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

R = 66.15%
G = 20.31%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7422C (or 0xD7422C) is known color: Cinnabar. HEX triplet: D7, 42 and 2C. RGB value is (215,66,44). Sum of RGB (Red+Green+Blue) = 215+66+44=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D7422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7422C is #28BDD3. Grayscale: #6C6C6C. Windows color (decimal): -2670036 or 2900695. OLE color: 2900695.

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

Color convert

RGB 215 66 44 -
CMYK 0 0.69 0.80 0.16
HSL 7.72º 0.68% 0.51% -
HSV(B) 7.72º 0.8% 0.84% -
XYZ 30.43 18.53 4.35 -
YUV 108.04 91.86 204.29 -
System Red Green Blue C M Y K H S L
Decimal 215 66 44 0 0.69 0.80 0.16 7.72 0.68 0.51
Hex D7 42 2C 0 45 50 10 8 44 33
Octal 327 102 54 0 105 120 20 10 104 63
Binary 11010111 1000010 101100 0 1000101 1010000 10000 1000 1000100 110011

Color Harmonies of #D7422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7422C

Black with #D7422C

Text Example


Text Example

White with #D7422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7422C; }

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

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

background-color css

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

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

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

border-color css

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

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

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