Html Css Color HEX #DA0430 Crimson

📋 copy color: '#DA0430'

red 218 ◦ green 4 ◦ blue 48

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

Shades of Crimson #DA0430

Tints of Crimson #DA0430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

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

R = 80.74%
G = 1.48%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA0430 (or 0xDA0430) is known color: Crimson. HEX triplet: DA, 04 and 30. RGB value is (218,4,48). Sum of RGB (Red+Green+Blue) = 218+4+48=270 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.74% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0430 is #25FBCF. Grayscale: #494949. Windows color (decimal): -2489296 or 3146970. OLE color: 3146970.

HSL color Cylindrical-coordinate representation of color #DA0430: hue angle of 347.66º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0430 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 4 48 -
CMYK 0 0.98 0.78 0.15
HSL 347.66º 0.96% 0.44% -
HSV(B) 347.66º 0.98% 0.85% -
XYZ 29.49 15.21 4.18 -
YUV 73 113.9 231.42 -
System Red Green Blue C M Y K H S L
Decimal 218 4 48 0 0.98 0.78 0.15 347.66 0.96 0.44
Hex DA 4 30 0 62 4E F 15C 60 2C
Octal 332 4 60 0 142 116 17 534 140 54
Binary 11011010 100 110000 0 1100010 1001110 1111 101011100 1100000 101100

Color Harmonies of #DA0430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0430

Black with #DA0430

Text Example


Text Example

White with #DA0430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0430; }

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

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

background-color css

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

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

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

border-color css

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

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

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