Html Css Color HEX #D74A30 Cinnabar

📋 copy color: '#D74A30'

red 215 ◦ green 74 ◦ blue 48

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

Shades of Cinnabar #D74A30

Tints of Cinnabar #D74A30

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.96%

 BLUE value IS 48 (19.14% from 255) = 14.24%

R = 63.8%
G = 21.96%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D74A30 (or 0xD74A30) is known color: Cinnabar. HEX triplet: D7, 4A and 30. RGB value is (215,74,48). Sum of RGB (Red+Green+Blue) = 215+74+48=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74A30 is #28B5CF. Grayscale: #717171. Windows color (decimal): -2667984 or 3164887. OLE color: 3164887.

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

Color convert

RGB 215 74 48 -
CMYK 0 0.66 0.78 0.16
HSL 9.34º 0.68% 0.52% -
HSV(B) 9.34º 0.78% 0.84% -
XYZ 31.01 19.56 4.94 -
YUV 113.2 91.21 200.61 -
System Red Green Blue C M Y K H S L
Decimal 215 74 48 0 0.66 0.78 0.16 9.34 0.68 0.52
Hex D7 4A 30 0 42 4E 10 9 44 34
Octal 327 112 60 0 102 116 20 11 104 64
Binary 11010111 1001010 110000 0 1000010 1001110 10000 1001 1000100 110100

Color Harmonies of #D74A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A30

Black with #D74A30

Text Example


Text Example

White with #D74A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A30; }

 p { color: rgb(215,74,48); }

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

background-color css

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

 a { background-color: rgb(215,74,48); }

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

border-color css

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

 span { border-color: rgb(215,74,48); }

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