Html Css Color HEX #DA0338 Crimson

📋 copy color: '#DA0338'

red 218 ◦ green 3 ◦ blue 56

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

Shades of Crimson #DA0338

Tints of Crimson #DA0338

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

 BLUE value IS 56 (22.27% from 255) = 20.22%

R = 78.7%
G = 1.08%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA0338 (or 0xDA0338) is known color: Crimson. HEX triplet: DA, 03 and 38. RGB value is (218,3,56). Sum of RGB (Red+Green+Blue) = 218+3+56=277 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.70% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0338 is #25FCC7. Grayscale: #494949. Windows color (decimal): -2489544 or 3671002. OLE color: 3671002.

HSL color Cylindrical-coordinate representation of color #DA0338: hue angle of 345.21º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0338 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 3 56 -
CMYK 0 0.99 0.74 0.15
HSL 345.21º 0.97% 0.43% -
HSV(B) 345.21º 0.99% 0.85% -
XYZ 29.66 15.26 5.12 -
YUV 73.33 118.23 231.19 -
System Red Green Blue C M Y K H S L
Decimal 218 3 56 0 0.99 0.74 0.15 345.21 0.97 0.43
Hex DA 3 38 0 63 4A F 159 61 2B
Octal 332 3 70 0 143 112 17 531 141 53
Binary 11011010 11 111000 0 1100011 1001010 1111 101011001 1100001 101011

Color Harmonies of #DA0338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0338

Black with #DA0338

Text Example


Text Example

White with #DA0338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0338; }

 p { color: rgb(218,3,56); }

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

background-color css

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

 a { background-color: rgb(218,3,56); }

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

border-color css

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

 span { border-color: rgb(218,3,56); }

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