Html Css Color HEX #D74C30 Cinnabar

📋 copy color: '#D74C30'

red 215 ◦ green 76 ◦ blue 48

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

Shades of Cinnabar #D74C30

Tints of Cinnabar #D74C30

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.42%

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

R = 63.42%
G = 22.42%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D74C30 (or 0xD74C30) is known color: Cinnabar. HEX triplet: D7, 4C and 30. RGB value is (215,76,48). Sum of RGB (Red+Green+Blue) = 215+76+48=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74C30 is #28B3CF. Grayscale: #727272. Windows color (decimal): -2667472 or 3165399. OLE color: 3165399.

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

Color convert

RGB 215 76 48 -
CMYK 0 0.65 0.78 0.16
HSL 10.06º 0.68% 0.52% -
HSV(B) 10.06º 0.78% 0.84% -
XYZ 31.14 19.83 4.98 -
YUV 114.37 90.55 199.78 -
System Red Green Blue C M Y K H S L
Decimal 215 76 48 0 0.65 0.78 0.16 10.06 0.68 0.52
Hex D7 4C 30 0 41 4E 10 A 44 34
Octal 327 114 60 0 101 116 20 12 104 64
Binary 11010111 1001100 110000 0 1000001 1001110 10000 1010 1000100 110100

Color Harmonies of #D74C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C30

Black with #D74C30

Text Example


Text Example

White with #D74C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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