Html Css Color HEX #DA072B Crimson

📋 copy color: '#DA072B'

red 218 ◦ green 7 ◦ blue 43

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

Shades of Crimson #DA072B

Tints of Crimson #DA072B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.04%

R = 81.34%
G = 2.61%
B = 16.04%

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

#DA072B (or 0xDA072B) is known color: Crimson. HEX triplet: DA, 07 and 2B. RGB value is (218,7,43). Sum of RGB (Red+Green+Blue) = 218+7+43=268 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.34% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 218 - color contains mainly: red. Hex color #DA072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA072B is #25F8D4. Grayscale: #4A4A4A. Windows color (decimal): -2488533 or 2820058. OLE color: 2820058.

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

Color convert

RGB 218 7 43 -
CMYK 0 0.97 0.80 0.15
HSL 349.76º 0.94% 0.44% -
HSV(B) 349.76º 0.97% 0.85% -
XYZ 29.43 15.23 3.67 -
YUV 74.19 110.4 230.57 -
System Red Green Blue C M Y K H S L
Decimal 218 7 43 0 0.97 0.80 0.15 349.76 0.94 0.44
Hex DA 7 2B 0 61 50 F 15E 5E 2C
Octal 332 7 53 0 141 120 17 536 136 54
Binary 11011010 111 101011 0 1100001 1010000 1111 101011110 1011110 101100

Color Harmonies of #DA072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA072B

Black with #DA072B

Text Example


Text Example

White with #DA072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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