Html Css Color HEX #D74D31 Cinnabar

📋 copy color: '#D74D31'

red 215 ◦ green 77 ◦ blue 49

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

Shades of Cinnabar #D74D31

Tints of Cinnabar #D74D31

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.58%

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

R = 63.05%
G = 22.58%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D74D31 (or 0xD74D31) is known color: Cinnabar. HEX triplet: D7, 4D and 31. RGB value is (215,77,49). Sum of RGB (Red+Green+Blue) = 215+77+49=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74D31 is #28B2CE. Grayscale: #737373. Windows color (decimal): -2667215 or 3231191. OLE color: 3231191.

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

Color convert

RGB 215 77 49 -
CMYK 0 0.64 0.77 0.16
HSL 10.12º 0.67% 0.52% -
HSV(B) 10.12º 0.77% 0.84% -
XYZ 31.23 19.98 5.12 -
YUV 115.07 90.72 199.28 -
System Red Green Blue C M Y K H S L
Decimal 215 77 49 0 0.64 0.77 0.16 10.12 0.67 0.52
Hex D7 4D 31 0 40 4D 10 A 43 34
Octal 327 115 61 0 100 115 20 12 103 64
Binary 11010111 1001101 110001 0 1000000 1001101 10000 1010 1000011 110100

Color Harmonies of #D74D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D31

Black with #D74D31

Text Example


Text Example

White with #D74D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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