Html Css Color HEX #DA072C Crimson

📋 copy color: '#DA072C'

red 218 ◦ green 7 ◦ blue 44

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

Shades of Crimson #DA072C

Tints of Crimson #DA072C

RGB

 RED value IS 218 (85.55% from 255) = 81.04%

 GREEN value IS 7 (3.13% from 255) = 2.6%

 BLUE value IS 44 (17.58% from 255) = 16.36%

R = 81.04%
G = 2.6%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA072C (or 0xDA072C) is known color: Crimson. HEX triplet: DA, 07 and 2C. RGB value is (218,7,44). Sum of RGB (Red+Green+Blue) = 218+7+44=269 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.04% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 218 - color contains mainly: red. Hex color #DA072C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA072C is #25F8D3. Grayscale: #4A4A4A. Windows color (decimal): -2488532 or 2885594. OLE color: 2885594.

HSL color Cylindrical-coordinate representation of color #DA072C: hue angle of 349.48º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA072C is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 7 44 -
CMYK 0 0.97 0.80 0.15
HSL 349.48º 0.94% 0.44% -
HSV(B) 349.48º 0.97% 0.85% -
XYZ 29.44 15.24 3.77 -
YUV 74.31 110.9 230.49 -
System Red Green Blue C M Y K H S L
Decimal 218 7 44 0 0.97 0.80 0.15 349.48 0.94 0.44
Hex DA 7 2C 0 61 50 F 15D 5E 2C
Octal 332 7 54 0 141 120 17 535 136 54
Binary 11011010 111 101100 0 1100001 1010000 1111 101011101 1011110 101100

Color Harmonies of #DA072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA072C

Black with #DA072C

Text Example


Text Example

White with #DA072C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA072C; }

 p { color: rgb(218,7,44); }

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

background-color css

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

 a { background-color: rgb(218,7,44); }

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

border-color css

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

 span { border-color: rgb(218,7,44); }

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