Html Css Color HEX #DA1430 Crimson

📋 copy color: '#DA1430'

red 218 ◦ green 20 ◦ blue 48

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

Shades of Crimson #DA1430

Tints of Crimson #DA1430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.99%

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

R = 76.22%
G = 6.99%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA1430 (or 0xDA1430) is known color: Crimson. HEX triplet: DA, 14 and 30. RGB value is (218,20,48). Sum of RGB (Red+Green+Blue) = 218+20+48=286 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.22% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1430 is #25EBCF. Grayscale: #525252. Windows color (decimal): -2485200 or 3151066. OLE color: 3151066.

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

Color convert

RGB 218 20 48 -
CMYK 0 0.91 0.78 0.15
HSL 351.52º 0.83% 0.47% -
HSV(B) 351.52º 0.91% 0.85% -
XYZ 29.7 15.62 4.25 -
YUV 82.39 108.6 224.72 -
System Red Green Blue C M Y K H S L
Decimal 218 20 48 0 0.91 0.78 0.15 351.52 0.83 0.47
Hex DA 14 30 0 5B 4E F 160 53 2F
Octal 332 24 60 0 133 116 17 540 123 57
Binary 11011010 10100 110000 0 1011011 1001110 1111 101100000 1010011 101111

Color Harmonies of #DA1430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1430

Black with #DA1430

Text Example


Text Example

White with #DA1430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1430; }

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

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

background-color css

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

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

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

border-color css

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

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

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