Html Css Color HEX #DA123F Crimson

📋 copy color: '#DA123F'

red 218 ◦ green 18 ◦ blue 63

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

Shades of Crimson #DA123F

Tints of Crimson #DA123F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.07%

R = 72.91%
G = 6.02%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA123F (or 0xDA123F) is known color: Crimson. HEX triplet: DA, 12 and 3F. RGB value is (218,18,63). Sum of RGB (Red+Green+Blue) = 218+18+63=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA123F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA123F is #25EDC0. Grayscale: #525252. Windows color (decimal): -2485697 or 4133594. OLE color: 4133594.

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

Color convert

RGB 218 18 63 -
CMYK 0 0.92 0.71 0.15
HSL 346.5º 0.85% 0.46% -
HSV(B) 346.5º 0.92% 0.85% -
XYZ 30.03 15.7 6.15 -
YUV 82.93 116.76 224.34 -
System Red Green Blue C M Y K H S L
Decimal 218 18 63 0 0.92 0.71 0.15 346.5 0.85 0.46
Hex DA 12 3F 0 5C 47 F 15A 55 2E
Octal 332 22 77 0 134 107 17 532 125 56
Binary 11011010 10010 111111 0 1011100 1000111 1111 101011010 1010101 101110

Color Harmonies of #DA123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA123F

Black with #DA123F

Text Example


Text Example

White with #DA123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA123F; }

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

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

background-color css

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

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

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

border-color css

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

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

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