Html Css Color HEX #DA134B Crimson

📋 copy color: '#DA134B'

red 218 ◦ green 19 ◦ blue 75

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

Shades of Crimson #DA134B

Tints of Crimson #DA134B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.04%

R = 69.87%
G = 6.09%
B = 24.04%

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

#DA134B (or 0xDA134B) is known color: Crimson. HEX triplet: DA, 13 and 4B. RGB value is (218,19,75). Sum of RGB (Red+Green+Blue) = 218+19+75=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA134B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA134B is #25ECB4. Grayscale: #545454. Windows color (decimal): -2485429 or 4920282. OLE color: 4920282.

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

Color convert

RGB 218 19 75 -
CMYK 0 0.91 0.66 0.15
HSL 343.12º 0.84% 0.46% -
HSV(B) 343.12º 0.91% 0.85% -
XYZ 30.42 15.88 8.12 -
YUV 84.89 122.43 222.95 -
System Red Green Blue C M Y K H S L
Decimal 218 19 75 0 0.91 0.66 0.15 343.12 0.84 0.46
Hex DA 13 4B 0 5B 42 F 157 54 2E
Octal 332 23 113 0 133 102 17 527 124 56
Binary 11011010 10011 1001011 0 1011011 1000010 1111 101010111 1010100 101110

Color Harmonies of #DA134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA134B

Black with #DA134B

Text Example


Text Example

White with #DA134B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA134B; }

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

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

background-color css

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

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

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

border-color css

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

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

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