Html Css Color HEX #DA133F Crimson

📋 copy color: '#DA133F'

red 218 ◦ green 19 ◦ blue 63

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

Shades of Crimson #DA133F

Tints of Crimson #DA133F

RGB

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

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

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

R = 72.67%
G = 6.33%
B = 21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA133F (or 0xDA133F) is known color: Crimson. HEX triplet: DA, 13 and 3F. RGB value is (218,19,63). Sum of RGB (Red+Green+Blue) = 218+19+63=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA133F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA133F is #25ECC0. Grayscale: #535353. Windows color (decimal): -2485441 or 4133850. OLE color: 4133850.

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

Color convert

RGB 218 19 63 -
CMYK 0 0.91 0.71 0.15
HSL 346.73º 0.84% 0.46% -
HSV(B) 346.73º 0.91% 0.85% -
XYZ 30.04 15.73 6.16 -
YUV 83.52 116.43 223.92 -
System Red Green Blue C M Y K H S L
Decimal 218 19 63 0 0.91 0.71 0.15 346.73 0.84 0.46
Hex DA 13 3F 0 5B 47 F 15B 54 2E
Octal 332 23 77 0 133 107 17 533 124 56
Binary 11011010 10011 111111 0 1011011 1000111 1111 101011011 1010100 101110

Color Harmonies of #DA133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA133F

Black with #DA133F

Text Example


Text Example

White with #DA133F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA133F; }

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

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

background-color css

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

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

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

border-color css

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

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

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