Html Css Color HEX #D74531 Cinnabar

📋 copy color: '#D74531'

red 215 ◦ green 69 ◦ blue 49

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

Shades of Cinnabar #D74531

Tints of Cinnabar #D74531

RGB

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

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

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

R = 64.56%
G = 20.72%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D74531 (or 0xD74531) is known color: Cinnabar. HEX triplet: D7, 45 and 31. RGB value is (215,69,49). Sum of RGB (Red+Green+Blue) = 215+69+49=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D74531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74531 is #28BACE. Grayscale: #6E6E6E. Windows color (decimal): -2669263 or 3229143. OLE color: 3229143.

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

Color convert

RGB 215 69 49 -
CMYK 0 0.68 0.77 0.16
HSL 7.23º 0.67% 0.52% -
HSV(B) 7.23º 0.77% 0.84% -
XYZ 30.71 18.93 4.94 -
YUV 110.37 93.37 202.63 -
System Red Green Blue C M Y K H S L
Decimal 215 69 49 0 0.68 0.77 0.16 7.23 0.67 0.52
Hex D7 45 31 0 44 4D 10 7 43 34
Octal 327 105 61 0 104 115 20 7 103 64
Binary 11010111 1000101 110001 0 1000100 1001101 10000 111 1000011 110100

Color Harmonies of #D74531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74531

Black with #D74531

Text Example


Text Example

White with #D74531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74531; }

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

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

background-color css

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

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

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

border-color css

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

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

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