Html Css Color HEX #D74A29 Cinnabar

📋 copy color: '#D74A29'

red 215 ◦ green 74 ◦ blue 41

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

Shades of Cinnabar #D74A29

Tints of Cinnabar #D74A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.42%

R = 65.15%
G = 22.42%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D74A29 (or 0xD74A29) is known color: Cinnabar. HEX triplet: D7, 4A and 29. RGB value is (215,74,41). Sum of RGB (Red+Green+Blue) = 215+74+41=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74A29 is #28B5D6. Grayscale: #707070. Windows color (decimal): -2667991 or 2706135. OLE color: 2706135.

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

Color convert

RGB 215 74 41 -
CMYK 0 0.66 0.81 0.16
HSL 11.38º 0.69% 0.5% -
HSV(B) 11.38º 0.81% 0.84% -
XYZ 30.87 19.5 4.24 -
YUV 112.4 87.71 201.18 -
System Red Green Blue C M Y K H S L
Decimal 215 74 41 0 0.66 0.81 0.16 11.38 0.69 0.5
Hex D7 4A 29 0 42 51 10 B 45 32
Octal 327 112 51 0 102 121 20 13 105 62
Binary 11010111 1001010 101001 0 1000010 1010001 10000 1011 1000101 110010

Color Harmonies of #D74A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A29

Black with #D74A29

Text Example


Text Example

White with #D74A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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