Html Css Color HEX #DA072D Crimson

📋 copy color: '#DA072D'

red 218 ◦ green 7 ◦ blue 45

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

Shades of Crimson #DA072D

Tints of Crimson #DA072D

RGB

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

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

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

R = 80.74%
G = 2.59%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA072D (or 0xDA072D) is known color: Crimson. HEX triplet: DA, 07 and 2D. RGB value is (218,7,45). Sum of RGB (Red+Green+Blue) = 218+7+45=270 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.74% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 218 - color contains mainly: red. Hex color #DA072D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA072D is #25F8D2. Grayscale: #4A4A4A. Windows color (decimal): -2488531 or 2951130. OLE color: 2951130.

HSL color Cylindrical-coordinate representation of color #DA072D: hue angle of 349.19º 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 #DA072D is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 7 45 -
CMYK 0 0.97 0.79 0.15
HSL 349.19º 0.94% 0.44% -
HSV(B) 349.19º 0.97% 0.85% -
XYZ 29.46 15.25 3.87 -
YUV 74.42 111.4 230.41 -
System Red Green Blue C M Y K H S L
Decimal 218 7 45 0 0.97 0.79 0.15 349.19 0.94 0.44
Hex DA 7 2D 0 61 4F F 15D 5E 2C
Octal 332 7 55 0 141 117 17 535 136 54
Binary 11011010 111 101101 0 1100001 1001111 1111 101011101 1011110 101100

Color Harmonies of #DA072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA072D

Black with #DA072D

Text Example


Text Example

White with #DA072D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA072D; }

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

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

background-color css

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

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

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

border-color css

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

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

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