Html Css Color HEX #DA133B Crimson

📋 copy color: '#DA133B'

red 218 ◦ green 19 ◦ blue 59

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

Shades of Crimson #DA133B

Tints of Crimson #DA133B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.42%

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

R = 73.65%
G = 6.42%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA133B (or 0xDA133B) is known color: Crimson. HEX triplet: DA, 13 and 3B. RGB value is (218,19,59). Sum of RGB (Red+Green+Blue) = 218+19+59=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA133B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA133B is #25ECC4. Grayscale: #535353. Windows color (decimal): -2485445 or 3871706. OLE color: 3871706.

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

Color convert

RGB 218 19 59 -
CMYK 0 0.91 0.73 0.15
HSL 347.94º 0.84% 0.46% -
HSV(B) 347.94º 0.91% 0.85% -
XYZ 29.94 15.69 5.59 -
YUV 83.06 114.43 224.25 -
System Red Green Blue C M Y K H S L
Decimal 218 19 59 0 0.91 0.73 0.15 347.94 0.84 0.46
Hex DA 13 3B 0 5B 49 F 15C 54 2E
Octal 332 23 73 0 133 111 17 534 124 56
Binary 11011010 10011 111011 0 1011011 1001001 1111 101011100 1010100 101110

Color Harmonies of #DA133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA133B

Black with #DA133B

Text Example


Text Example

White with #DA133B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA133B; }

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

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

background-color css

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

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

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

border-color css

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

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

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