Html Css Color HEX #D74B30 Cinnabar

📋 copy color: '#D74B30'

red 215 ◦ green 75 ◦ blue 48

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

Shades of Cinnabar #D74B30

Tints of Cinnabar #D74B30

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.19%

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

R = 63.61%
G = 22.19%
B = 14.2%

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

#D74B30 (or 0xD74B30) is known color: Cinnabar. HEX triplet: D7, 4B and 30. RGB value is (215,75,48). Sum of RGB (Red+Green+Blue) = 215+75+48=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74B30 is #28B4CF. Grayscale: #727272. Windows color (decimal): -2667728 or 3165143. OLE color: 3165143.

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

Color convert

RGB 215 75 48 -
CMYK 0 0.65 0.78 0.16
HSL 9.7º 0.68% 0.52% -
HSV(B) 9.7º 0.78% 0.84% -
XYZ 31.07 19.69 4.96 -
YUV 113.78 90.88 200.2 -
System Red Green Blue C M Y K H S L
Decimal 215 75 48 0 0.65 0.78 0.16 9.7 0.68 0.52
Hex D7 4B 30 0 41 4E 10 A 44 34
Octal 327 113 60 0 101 116 20 12 104 64
Binary 11010111 1001011 110000 0 1000001 1001110 10000 1010 1000100 110100

Color Harmonies of #D74B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74B30

Black with #D74B30

Text Example


Text Example

White with #D74B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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