Html Css Color HEX #DA132F Crimson

📋 copy color: '#DA132F'

red 218 ◦ green 19 ◦ blue 47

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

Shades of Crimson #DA132F

Tints of Crimson #DA132F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.55%

R = 76.76%
G = 6.69%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA132F (or 0xDA132F) is known color: Crimson. HEX triplet: DA, 13 and 2F. RGB value is (218,19,47). Sum of RGB (Red+Green+Blue) = 218+19+47=284 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.76% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 218 - color contains mainly: red. Hex color #DA132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA132F is #25ECD0. Grayscale: #515151. Windows color (decimal): -2485457 or 3085274. OLE color: 3085274.

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

Color convert

RGB 218 19 47 -
CMYK 0 0.91 0.78 0.15
HSL 351.56º 0.84% 0.46% -
HSV(B) 351.56º 0.91% 0.85% -
XYZ 29.66 15.58 4.13 -
YUV 81.69 108.43 225.22 -
System Red Green Blue C M Y K H S L
Decimal 218 19 47 0 0.91 0.78 0.15 351.56 0.84 0.46
Hex DA 13 2F 0 5B 4E F 160 54 2E
Octal 332 23 57 0 133 116 17 540 124 56
Binary 11011010 10011 101111 0 1011011 1001110 1111 101100000 1010100 101110

Color Harmonies of #DA132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA132F

Black with #DA132F

Text Example


Text Example

White with #DA132F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA132F; }

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

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

background-color css

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

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

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

border-color css

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

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

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