Html Css Color HEX #DA0934 Crimson

📋 copy color: '#DA0934'

red 218 ◦ green 9 ◦ blue 52

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

Shades of Crimson #DA0934

Tints of Crimson #DA0934

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.23%

 BLUE value IS 52 (20.7% from 255) = 18.64%

R = 78.14%
G = 3.23%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA0934 (or 0xDA0934) is known color: Crimson. HEX triplet: DA, 09 and 34. RGB value is (218,9,52). Sum of RGB (Red+Green+Blue) = 218+9+52=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0934 is #25F6CB. Grayscale: #4C4C4C. Windows color (decimal): -2488012 or 3410394. OLE color: 3410394.

HSL color Cylindrical-coordinate representation of color #DA0934: hue angle of 347.66º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0934 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 9 52 -
CMYK 0 0.96 0.76 0.15
HSL 347.66º 0.92% 0.45% -
HSV(B) 347.66º 0.96% 0.85% -
XYZ 29.63 15.35 4.65 -
YUV 76.39 114.24 229 -
System Red Green Blue C M Y K H S L
Decimal 218 9 52 0 0.96 0.76 0.15 347.66 0.92 0.45
Hex DA 9 34 0 60 4C F 15C 5C 2D
Octal 332 11 64 0 140 114 17 534 134 55
Binary 11011010 1001 110100 0 1100000 1001100 1111 101011100 1011100 101101

Color Harmonies of #DA0934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0934

Black with #DA0934

Text Example


Text Example

White with #DA0934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0934; }

 p { color: rgb(218,9,52); }

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

background-color css

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

 a { background-color: rgb(218,9,52); }

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

border-color css

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

 span { border-color: rgb(218,9,52); }

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