Html Css Color HEX #D74A2D Cinnabar

📋 copy color: '#D74A2D'

red 215 ◦ green 74 ◦ blue 45

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

Shades of Cinnabar #D74A2D

Tints of Cinnabar #D74A2D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.16%

 BLUE value IS 45 (17.97% from 255) = 13.47%

R = 64.37%
G = 22.16%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D74A2D (or 0xD74A2D) is known color: Cinnabar. HEX triplet: D7, 4A and 2D. RGB value is (215,74,45). Sum of RGB (Red+Green+Blue) = 215+74+45=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74A2D is #28B5D2. Grayscale: #717171. Windows color (decimal): -2667987 or 2968279. OLE color: 2968279.

HSL color Cylindrical-coordinate representation of color #D74A2D: hue angle of 10.24º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D74A2D is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 74 45 -
CMYK 0 0.66 0.79 0.16
HSL 10.24º 0.68% 0.51% -
HSV(B) 10.24º 0.79% 0.84% -
XYZ 30.95 19.53 4.62 -
YUV 112.85 89.71 200.86 -
System Red Green Blue C M Y K H S L
Decimal 215 74 45 0 0.66 0.79 0.16 10.24 0.68 0.51
Hex D7 4A 2D 0 42 4F 10 A 44 33
Octal 327 112 55 0 102 117 20 12 104 63
Binary 11010111 1001010 101101 0 1000010 1001111 10000 1010 1000100 110011

Color Harmonies of #D74A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A2D

Black with #D74A2D

Text Example


Text Example

White with #D74A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A2D; }

 p { color: rgb(215,74,45); }

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

background-color css

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

 a { background-color: rgb(215,74,45); }

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

border-color css

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

 span { border-color: rgb(215,74,45); }

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