Html Css Color HEX #DA1634 Crimson

📋 copy color: '#DA1634'

red 218 ◦ green 22 ◦ blue 52

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

Shades of Crimson #DA1634

Tints of Crimson #DA1634

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.53%

 BLUE value IS 52 (20.7% from 255) = 17.81%

R = 74.66%
G = 7.53%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA1634 (or 0xDA1634) is known color: Crimson. HEX triplet: DA, 16 and 34. RGB value is (218,22,52). Sum of RGB (Red+Green+Blue) = 218+22+52=292 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.66% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1634 is #25E9CB. Grayscale: #545454. Windows color (decimal): -2484684 or 3413722. OLE color: 3413722.

HSL color Cylindrical-coordinate representation of color #DA1634: hue angle of 350.82º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1634 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 52 -
CMYK 0 0.90 0.76 0.15
HSL 350.82º 0.82% 0.47% -
HSV(B) 350.82º 0.9% 0.85% -
XYZ 29.82 15.73 4.71 -
YUV 84.02 109.93 223.56 -
System Red Green Blue C M Y K H S L
Decimal 218 22 52 0 0.90 0.76 0.15 350.82 0.82 0.47
Hex DA 16 34 0 5A 4C F 15F 52 2F
Octal 332 26 64 0 132 114 17 537 122 57
Binary 11011010 10110 110100 0 1011010 1001100 1111 101011111 1010010 101111

Color Harmonies of #DA1634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1634

Black with #DA1634

Text Example


Text Example

White with #DA1634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1634; }

 p { color: rgb(218,22,52); }

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

background-color css

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

 a { background-color: rgb(218,22,52); }

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

border-color css

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

 span { border-color: rgb(218,22,52); }

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