Html Css Color HEX #D74231 Cinnabar

📋 copy color: '#D74231'

red 215 ◦ green 66 ◦ blue 49

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

Shades of Cinnabar #D74231

Tints of Cinnabar #D74231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.85%

R = 65.15%
G = 20%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D74231 (or 0xD74231) is known color: Cinnabar. HEX triplet: D7, 42 and 31. RGB value is (215,66,49). Sum of RGB (Red+Green+Blue) = 215+66+49=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D74231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74231 is #28BDCE. Grayscale: #6C6C6C. Windows color (decimal): -2670031 or 3228375. OLE color: 3228375.

HSL color Cylindrical-coordinate representation of color #D74231: hue angle of 6.14º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D74231 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 66 49 -
CMYK 0 0.69 0.77 0.16
HSL 6.14º 0.67% 0.52% -
HSV(B) 6.14º 0.77% 0.84% -
XYZ 30.53 18.57 4.88 -
YUV 108.61 94.36 203.88 -
System Red Green Blue C M Y K H S L
Decimal 215 66 49 0 0.69 0.77 0.16 6.14 0.67 0.52
Hex D7 42 31 0 45 4D 10 6 43 34
Octal 327 102 61 0 105 115 20 6 103 64
Binary 11010111 1000010 110001 0 1000101 1001101 10000 110 1000011 110100

Color Harmonies of #D74231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74231

Black with #D74231

Text Example


Text Example

White with #D74231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74231; }

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

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

background-color css

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

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

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

border-color css

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

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

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