Html Css Color HEX #DA073E Crimson

📋 copy color: '#DA073E'

red 218 ◦ green 7 ◦ blue 62

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

Shades of Crimson #DA073E

Tints of Crimson #DA073E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.6%

R = 75.96%
G = 2.44%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA073E (or 0xDA073E) is known color: Crimson. HEX triplet: DA, 07 and 3E. RGB value is (218,7,62). Sum of RGB (Red+Green+Blue) = 218+7+62=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA073E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA073E is #25F8C1. Grayscale: #4C4C4C. Windows color (decimal): -2488514 or 4065242. OLE color: 4065242.

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

Color convert

RGB 218 7 62 -
CMYK 0 0.97 0.72 0.15
HSL 344.36º 0.94% 0.44% -
HSV(B) 344.36º 0.97% 0.85% -
XYZ 29.86 15.41 5.96 -
YUV 76.36 119.9 229.03 -
System Red Green Blue C M Y K H S L
Decimal 218 7 62 0 0.97 0.72 0.15 344.36 0.94 0.44
Hex DA 7 3E 0 61 48 F 158 5E 2C
Octal 332 7 76 0 141 110 17 530 136 54
Binary 11011010 111 111110 0 1100001 1001000 1111 101011000 1011110 101100

Color Harmonies of #DA073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA073E

Black with #DA073E

Text Example


Text Example

White with #DA073E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA073E; }

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

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

background-color css

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

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

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

border-color css

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

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

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