Html Css Color HEX #D74131 Cinnabar

📋 copy color: '#D74131'

red 215 ◦ green 65 ◦ blue 49

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

Shades of Cinnabar #D74131

Tints of Cinnabar #D74131

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.76%

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

R = 65.35%
G = 19.76%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D74131 (or 0xD74131) is known color: Cinnabar. HEX triplet: D7, 41 and 31. RGB value is (215,65,49). Sum of RGB (Red+Green+Blue) = 215+65+49=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D74131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74131 is #28BECE. Grayscale: #6C6C6C. Windows color (decimal): -2670287 or 3228119. OLE color: 3228119.

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

Color convert

RGB 215 65 49 -
CMYK 0 0.70 0.77 0.16
HSL 5.78º 0.67% 0.52% -
HSV(B) 5.78º 0.77% 0.84% -
XYZ 30.47 18.45 4.86 -
YUV 108.03 94.7 204.3 -
System Red Green Blue C M Y K H S L
Decimal 215 65 49 0 0.70 0.77 0.16 5.78 0.67 0.52
Hex D7 41 31 0 46 4D 10 6 43 34
Octal 327 101 61 0 106 115 20 6 103 64
Binary 11010111 1000001 110001 0 1000110 1001101 10000 110 1000011 110100

Color Harmonies of #D74131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74131

Black with #D74131

Text Example


Text Example

White with #D74131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74131; }

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

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

background-color css

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

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

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

border-color css

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

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

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