Html Css Color HEX #DA123B Crimson

📋 copy color: '#DA123B'

red 218 ◦ green 18 ◦ blue 59

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

Shades of Crimson #DA123B

Tints of Crimson #DA123B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.1%

 BLUE value IS 59 (23.44% from 255) = 20%

R = 73.9%
G = 6.1%
B = 20%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA123B (or 0xDA123B) is known color: Crimson. HEX triplet: DA, 12 and 3B. RGB value is (218,18,59). Sum of RGB (Red+Green+Blue) = 218+18+59=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA123B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA123B is #25EDC4. Grayscale: #525252. Windows color (decimal): -2485701 or 3871450. OLE color: 3871450.

HSL color Cylindrical-coordinate representation of color #DA123B: hue angle of 347.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA123B is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 18 59 -
CMYK 0 0.92 0.73 0.15
HSL 347.7º 0.85% 0.46% -
HSV(B) 347.7º 0.92% 0.85% -
XYZ 29.92 15.65 5.58 -
YUV 82.47 114.76 224.67 -
System Red Green Blue C M Y K H S L
Decimal 218 18 59 0 0.92 0.73 0.15 347.7 0.85 0.46
Hex DA 12 3B 0 5C 49 F 15C 55 2E
Octal 332 22 73 0 134 111 17 534 125 56
Binary 11011010 10010 111011 0 1011100 1001001 1111 101011100 1010101 101110

Color Harmonies of #DA123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA123B

Black with #DA123B

Text Example


Text Example

White with #DA123B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA123B; }

 p { color: rgb(218,18,59); }

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

background-color css

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

 a { background-color: rgb(218,18,59); }

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

border-color css

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

 span { border-color: rgb(218,18,59); }

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