Html Css Color HEX #D74129 Cinnabar

📋 copy color: '#D74129'

red 215 ◦ green 65 ◦ blue 41

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

Shades of Cinnabar #D74129

Tints of Cinnabar #D74129

RGB

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

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

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

R = 66.98%
G = 20.25%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D74129 (or 0xD74129) is known color: Cinnabar. HEX triplet: D7, 41 and 29. RGB value is (215,65,41). Sum of RGB (Red+Green+Blue) = 215+65+41=321 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.98% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 215 - color contains mainly: red. Hex color #D74129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74129 is #28BED6. Grayscale: #6B6B6B. Windows color (decimal): -2670295 or 2703831. OLE color: 2703831.

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

Color convert

RGB 215 65 41 -
CMYK 0 0.70 0.81 0.16
HSL 8.28º 0.69% 0.5% -
HSV(B) 8.28º 0.81% 0.84% -
XYZ 30.31 18.39 4.05 -
YUV 107.11 90.7 204.95 -
System Red Green Blue C M Y K H S L
Decimal 215 65 41 0 0.70 0.81 0.16 8.28 0.69 0.5
Hex D7 41 29 0 46 51 10 8 45 32
Octal 327 101 51 0 106 121 20 10 105 62
Binary 11010111 1000001 101001 0 1000110 1010001 10000 1000 1000101 110010

Color Harmonies of #D74129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74129

Black with #D74129

Text Example


Text Example

White with #D74129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74129; }

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

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

background-color css

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

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

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

border-color css

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

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

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