Html Css Color HEX #DA134C Crimson

📋 copy color: '#DA134C'

red 218 ◦ green 19 ◦ blue 76

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

Shades of Crimson #DA134C

Tints of Crimson #DA134C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.28%

R = 69.65%
G = 6.07%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA134C (or 0xDA134C) is known color: Crimson. HEX triplet: DA, 13 and 4C. RGB value is (218,19,76). Sum of RGB (Red+Green+Blue) = 218+19+76=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA134C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA134C is #25ECB3. Grayscale: #545454. Windows color (decimal): -2485428 or 4985818. OLE color: 4985818.

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

Color convert

RGB 218 19 76 -
CMYK 0 0.91 0.65 0.15
HSL 342.81º 0.84% 0.46% -
HSV(B) 342.81º 0.91% 0.85% -
XYZ 30.45 15.89 8.3 -
YUV 85 122.93 222.87 -
System Red Green Blue C M Y K H S L
Decimal 218 19 76 0 0.91 0.65 0.15 342.81 0.84 0.46
Hex DA 13 4C 0 5B 41 F 157 54 2E
Octal 332 23 114 0 133 101 17 527 124 56
Binary 11011010 10011 1001100 0 1011011 1000001 1111 101010111 1010100 101110

Color Harmonies of #DA134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA134C

Black with #DA134C

Text Example


Text Example

White with #DA134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA134C; }

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

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

background-color css

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

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

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

border-color css

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

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

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