Html Css Color HEX #D74238 Cinnabar

📋 copy color: '#D74238'

red 215 ◦ green 66 ◦ blue 56

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

Shades of Cinnabar #D74238

Tints of Cinnabar #D74238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.62%

R = 63.8%
G = 19.58%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D74238 (or 0xD74238) is known color: Cinnabar. HEX triplet: D7, 42 and 38. RGB value is (215,66,56). Sum of RGB (Red+Green+Blue) = 215+66+56=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D74238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74238 is #28BDC7. Grayscale: #6D6D6D. Windows color (decimal): -2670024 or 3687127. OLE color: 3687127.

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

Color convert

RGB 215 66 56 -
CMYK 0 0.69 0.74 0.16
HSL 3.77º 0.67% 0.53% -
HSV(B) 3.77º 0.74% 0.84% -
XYZ 30.69 18.63 5.72 -
YUV 109.41 97.86 203.31 -
System Red Green Blue C M Y K H S L
Decimal 215 66 56 0 0.69 0.74 0.16 3.77 0.67 0.53
Hex D7 42 38 0 45 4A 10 4 43 35
Octal 327 102 70 0 105 112 20 4 103 65
Binary 11010111 1000010 111000 0 1000101 1001010 10000 100 1000011 110101

Color Harmonies of #D74238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74238

Black with #D74238

Text Example


Text Example

White with #D74238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74238; }

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

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

background-color css

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

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

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

border-color css

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

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

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