Html Css Color HEX #D74535 Cinnabar

📋 copy color: '#D74535'

red 215 ◦ green 69 ◦ blue 53

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

Shades of Cinnabar #D74535

Tints of Cinnabar #D74535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.47%

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

R = 63.8%
G = 20.47%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D74535 (or 0xD74535) is known color: Cinnabar. HEX triplet: D7, 45 and 35. RGB value is (215,69,53). Sum of RGB (Red+Green+Blue) = 215+69+53=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D74535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74535 is #28BACA. Grayscale: #6F6F6F. Windows color (decimal): -2669259 or 3491287. OLE color: 3491287.

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

Color convert

RGB 215 69 53 -
CMYK 0 0.68 0.75 0.16
HSL 5.93º 0.67% 0.53% -
HSV(B) 5.93º 0.75% 0.84% -
XYZ 30.8 18.96 5.4 -
YUV 110.83 95.37 202.3 -
System Red Green Blue C M Y K H S L
Decimal 215 69 53 0 0.68 0.75 0.16 5.93 0.67 0.53
Hex D7 45 35 0 44 4B 10 6 43 35
Octal 327 105 65 0 104 113 20 6 103 65
Binary 11010111 1000101 110101 0 1000100 1001011 10000 110 1000011 110101

Color Harmonies of #D74535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74535

Black with #D74535

Text Example


Text Example

White with #D74535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74535; }

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

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

background-color css

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

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

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

border-color css

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

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

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