Html Css Color HEX #DA0230 Crimson

📋 copy color: '#DA0230'

red 218 ◦ green 2 ◦ blue 48

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

Shades of Crimson #DA0230

Tints of Crimson #DA0230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 81.34%
G = 0.75%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA0230 (or 0xDA0230) is known color: Crimson. HEX triplet: DA, 02 and 30. RGB value is (218,2,48). Sum of RGB (Red+Green+Blue) = 218+2+48=268 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.34% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0230 is #25FDCF. Grayscale: #474747. Windows color (decimal): -2489808 or 3146458. OLE color: 3146458.

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

Color convert

RGB 218 2 48 -
CMYK 0 0.99 0.78 0.15
HSL 347.22º 0.98% 0.43% -
HSV(B) 347.22º 0.99% 0.85% -
XYZ 29.47 15.16 4.17 -
YUV 71.83 114.56 232.26 -
System Red Green Blue C M Y K H S L
Decimal 218 2 48 0 0.99 0.78 0.15 347.22 0.98 0.43
Hex DA 2 30 0 63 4E F 15B 62 2B
Octal 332 2 60 0 143 116 17 533 142 53
Binary 11011010 10 110000 0 1100011 1001110 1111 101011011 1100010 101011

Color Harmonies of #DA0230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0230

Black with #DA0230

Text Example


Text Example

White with #DA0230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0230; }

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

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

background-color css

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

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

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

border-color css

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

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

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