Html Css Color HEX #D74235 Cinnabar

📋 copy color: '#D74235'

red 215 ◦ green 66 ◦ blue 53

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

Shades of Cinnabar #D74235

Tints of Cinnabar #D74235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.87%

R = 64.37%
G = 19.76%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D74235 (or 0xD74235) is known color: Cinnabar. HEX triplet: D7, 42 and 35. RGB value is (215,66,53). Sum of RGB (Red+Green+Blue) = 215+66+53=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D74235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74235 is #28BDCA. Grayscale: #6D6D6D. Windows color (decimal): -2670027 or 3490519. OLE color: 3490519.

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

Color convert

RGB 215 66 53 -
CMYK 0 0.69 0.75 0.16
HSL 4.81º 0.67% 0.53% -
HSV(B) 4.81º 0.75% 0.84% -
XYZ 30.62 18.6 5.34 -
YUV 109.07 96.36 203.56 -
System Red Green Blue C M Y K H S L
Decimal 215 66 53 0 0.69 0.75 0.16 4.81 0.67 0.53
Hex D7 42 35 0 45 4B 10 5 43 35
Octal 327 102 65 0 105 113 20 5 103 65
Binary 11010111 1000010 110101 0 1000101 1001011 10000 101 1000011 110101

Color Harmonies of #D74235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74235

Black with #D74235

Text Example


Text Example

White with #D74235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74235; }

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

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

background-color css

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

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

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

border-color css

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

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

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