Html Css Color HEX #DA153D Crimson

📋 copy color: '#DA153D'

red 218 ◦ green 21 ◦ blue 61

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

Shades of Crimson #DA153D

Tints of Crimson #DA153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7%

 BLUE value IS 61 (24.22% from 255) = 20.33%

R = 72.67%
G = 7%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA153D (or 0xDA153D) is known color: Crimson. HEX triplet: DA, 15 and 3D. RGB value is (218,21,61). Sum of RGB (Red+Green+Blue) = 218+21+61=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA153D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA153D is #25EAC2. Grayscale: #545454. Windows color (decimal): -2484931 or 4003290. OLE color: 4003290.

HSL color Cylindrical-coordinate representation of color #DA153D: hue angle of 347.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 #DA153D is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 21 61 -
CMYK 0 0.90 0.72 0.15
HSL 347.82º 0.82% 0.47% -
HSV(B) 347.82º 0.9% 0.85% -
XYZ 30.02 15.78 5.88 -
YUV 84.46 114.77 223.25 -
System Red Green Blue C M Y K H S L
Decimal 218 21 61 0 0.90 0.72 0.15 347.82 0.82 0.47
Hex DA 15 3D 0 5A 48 F 15C 52 2F
Octal 332 25 75 0 132 110 17 534 122 57
Binary 11011010 10101 111101 0 1011010 1001000 1111 101011100 1010010 101111

Color Harmonies of #DA153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA153D

Black with #DA153D

Text Example


Text Example

White with #DA153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA153D; }

 p { color: rgb(218,21,61); }

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

background-color css

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

 a { background-color: rgb(218,21,61); }

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

border-color css

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

 span { border-color: rgb(218,21,61); }

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