Html Css Color HEX #DA133A Crimson

📋 copy color: '#DA133A'

red 218 ◦ green 19 ◦ blue 58

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

Shades of Crimson #DA133A

Tints of Crimson #DA133A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.66%

R = 73.9%
G = 6.44%
B = 19.66%

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

#DA133A (or 0xDA133A) is known color: Crimson. HEX triplet: DA, 13 and 3A. RGB value is (218,19,58). Sum of RGB (Red+Green+Blue) = 218+19+58=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA133A is #25ECC5. Grayscale: #525252. Windows color (decimal): -2485446 or 3806170. OLE color: 3806170.

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

Color convert

RGB 218 19 58 -
CMYK 0 0.91 0.73 0.15
HSL 348.24º 0.84% 0.46% -
HSV(B) 348.24º 0.91% 0.85% -
XYZ 29.91 15.68 5.45 -
YUV 82.95 113.93 224.33 -
System Red Green Blue C M Y K H S L
Decimal 218 19 58 0 0.91 0.73 0.15 348.24 0.84 0.46
Hex DA 13 3A 0 5B 49 F 15C 54 2E
Octal 332 23 72 0 133 111 17 534 124 56
Binary 11011010 10011 111010 0 1011011 1001001 1111 101011100 1010100 101110

Color Harmonies of #DA133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA133A

Black with #DA133A

Text Example


Text Example

White with #DA133A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA133A; }

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

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

background-color css

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

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

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

border-color css

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

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

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