Html Css Color HEX #DA0730 Crimson

📋 copy color: '#DA0730'

red 218 ◦ green 7 ◦ blue 48

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

Shades of Crimson #DA0730

Tints of Crimson #DA0730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.58%

R = 79.85%
G = 2.56%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA0730 (or 0xDA0730) is known color: Crimson. HEX triplet: DA, 07 and 30. RGB value is (218,7,48). Sum of RGB (Red+Green+Blue) = 218+7+48=273 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.85% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0730 is #25F8CF. Grayscale: #4A4A4A. Windows color (decimal): -2488528 or 3147738. OLE color: 3147738.

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

Color convert

RGB 218 7 48 -
CMYK 0 0.97 0.78 0.15
HSL 348.34º 0.94% 0.44% -
HSV(B) 348.34º 0.97% 0.85% -
XYZ 29.52 15.27 4.19 -
YUV 74.76 112.9 230.17 -
System Red Green Blue C M Y K H S L
Decimal 218 7 48 0 0.97 0.78 0.15 348.34 0.94 0.44
Hex DA 7 30 0 61 4E F 15C 5E 2C
Octal 332 7 60 0 141 116 17 534 136 54
Binary 11011010 111 110000 0 1100001 1001110 1111 101011100 1011110 101100

Color Harmonies of #DA0730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0730

Black with #DA0730

Text Example


Text Example

White with #DA0730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0730; }

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

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

background-color css

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

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

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

border-color css

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

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

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