Html Css Color HEX #D74525 Cinnabar

📋 copy color: '#D74525'

red 215 ◦ green 69 ◦ blue 37

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

Shades of Cinnabar #D74525

Tints of Cinnabar #D74525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.53%

R = 66.98%
G = 21.5%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D74525 (or 0xD74525) is known color: Cinnabar. HEX triplet: D7, 45 and 25. RGB value is (215,69,37). Sum of RGB (Red+Green+Blue) = 215+69+37=321 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.98% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 215 - color contains mainly: red. Hex color #D74525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74525 is #28BADA. Grayscale: #6D6D6D. Windows color (decimal): -2669275 or 2442711. OLE color: 2442711.

HSL color Cylindrical-coordinate representation of color #D74525: hue angle of 10.79º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D74525 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 69 37 -
CMYK 0 0.68 0.83 0.16
HSL 10.79º 0.71% 0.49% -
HSV(B) 10.79º 0.83% 0.84% -
XYZ 30.49 18.84 3.78 -
YUV 109.01 87.37 203.6 -
System Red Green Blue C M Y K H S L
Decimal 215 69 37 0 0.68 0.83 0.16 10.79 0.71 0.49
Hex D7 45 25 0 44 53 10 B 47 31
Octal 327 105 45 0 104 123 20 13 107 61
Binary 11010111 1000101 100101 0 1000100 1010011 10000 1011 1000111 110001

Color Harmonies of #D74525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74525

Black with #D74525

Text Example


Text Example

White with #D74525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74525; }

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

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

background-color css

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

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

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

border-color css

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

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

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