Html Css Color HEX #DA134A Crimson

📋 copy color: '#DA134A'

red 218 ◦ green 19 ◦ blue 74

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

Shades of Crimson #DA134A

Tints of Crimson #DA134A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.79%

R = 70.1%
G = 6.11%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA134A (or 0xDA134A) is known color: Crimson. HEX triplet: DA, 13 and 4A. RGB value is (218,19,74). Sum of RGB (Red+Green+Blue) = 218+19+74=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA134A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA134A is #25ECB5. Grayscale: #545454. Windows color (decimal): -2485430 or 4854746. OLE color: 4854746.

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

Color convert

RGB 218 19 74 -
CMYK 0 0.91 0.66 0.15
HSL 343.42º 0.84% 0.46% -
HSV(B) 343.42º 0.91% 0.85% -
XYZ 30.38 15.87 7.94 -
YUV 84.77 121.93 223.03 -
System Red Green Blue C M Y K H S L
Decimal 218 19 74 0 0.91 0.66 0.15 343.42 0.84 0.46
Hex DA 13 4A 0 5B 42 F 157 54 2E
Octal 332 23 112 0 133 102 17 527 124 56
Binary 11011010 10011 1001010 0 1011011 1000010 1111 101010111 1010100 101110

Color Harmonies of #DA134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA134A

Black with #DA134A

Text Example


Text Example

White with #DA134A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA134A; }

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

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

background-color css

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

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

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

border-color css

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

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

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