Html Css Color HEX #D74132 Cinnabar

📋 copy color: '#D74132'

red 215 ◦ green 65 ◦ blue 50

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

Shades of Cinnabar #D74132

Tints of Cinnabar #D74132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.15%

R = 65.15%
G = 19.7%
B = 15.15%

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

#D74132 (or 0xD74132) is known color: Cinnabar. HEX triplet: D7, 41 and 32. RGB value is (215,65,50). Sum of RGB (Red+Green+Blue) = 215+65+50=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D74132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74132 is #28BECD. Grayscale: #6C6C6C. Windows color (decimal): -2670286 or 3293655. OLE color: 3293655.

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

Color convert

RGB 215 65 50 -
CMYK 0 0.70 0.77 0.16
HSL 5.45º 0.67% 0.52% -
HSV(B) 5.45º 0.77% 0.84% -
XYZ 30.49 18.46 4.97 -
YUV 108.14 95.2 204.22 -
System Red Green Blue C M Y K H S L
Decimal 215 65 50 0 0.70 0.77 0.16 5.45 0.67 0.52
Hex D7 41 32 0 46 4D 10 5 43 34
Octal 327 101 62 0 106 115 20 5 103 64
Binary 11010111 1000001 110010 0 1000110 1001101 10000 101 1000011 110100

Color Harmonies of #D74132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74132

Black with #D74132

Text Example


Text Example

White with #D74132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74132; }

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

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

background-color css

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

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

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

border-color css

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

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

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