Html Css Color HEX #DA073C Crimson

📋 copy color: '#DA073C'

red 218 ◦ green 7 ◦ blue 60

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

Shades of Crimson #DA073C

Tints of Crimson #DA073C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.05%

R = 76.49%
G = 2.46%
B = 21.05%

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

#DA073C (or 0xDA073C) is known color: Crimson. HEX triplet: DA, 07 and 3C. RGB value is (218,7,60). Sum of RGB (Red+Green+Blue) = 218+7+60=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA073C is #25F8C3. Grayscale: #4C4C4C. Windows color (decimal): -2488516 or 3934170. OLE color: 3934170.

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

Color convert

RGB 218 7 60 -
CMYK 0 0.97 0.72 0.15
HSL 344.93º 0.94% 0.44% -
HSV(B) 344.93º 0.97% 0.85% -
XYZ 29.81 15.38 5.67 -
YUV 76.13 118.9 229.19 -
System Red Green Blue C M Y K H S L
Decimal 218 7 60 0 0.97 0.72 0.15 344.93 0.94 0.44
Hex DA 7 3C 0 61 48 F 159 5E 2C
Octal 332 7 74 0 141 110 17 531 136 54
Binary 11011010 111 111100 0 1100001 1001000 1111 101011001 1011110 101100

Color Harmonies of #DA073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA073C

Black with #DA073C

Text Example


Text Example

White with #DA073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA073C; }

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

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

background-color css

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

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

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

border-color css

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

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

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