Html Css Color HEX #DA0348 Crimson

📋 copy color: '#DA0348'

red 218 ◦ green 3 ◦ blue 72

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

Shades of Crimson #DA0348

Tints of Crimson #DA0348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.57%

R = 74.4%
G = 1.02%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA0348 (or 0xDA0348) is known color: Crimson. HEX triplet: DA, 03 and 48. RGB value is (218,3,72). Sum of RGB (Red+Green+Blue) = 218+3+72=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0348 is #25FCB7. Grayscale: #4B4B4B. Windows color (decimal): -2489528 or 4719578. OLE color: 4719578.

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

Color convert

RGB 218 3 72 -
CMYK 0 0.99 0.67 0.15
HSL 340.74º 0.97% 0.43% -
HSV(B) 340.74º 0.99% 0.85% -
XYZ 30.12 15.44 7.52 -
YUV 75.15 126.23 229.89 -
System Red Green Blue C M Y K H S L
Decimal 218 3 72 0 0.99 0.67 0.15 340.74 0.97 0.43
Hex DA 3 48 0 63 43 F 155 61 2B
Octal 332 3 110 0 143 103 17 525 141 53
Binary 11011010 11 1001000 0 1100011 1000011 1111 101010101 1100001 101011

Color Harmonies of #DA0348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0348

Black with #DA0348

Text Example


Text Example

White with #DA0348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0348; }

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

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

background-color css

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

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

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

border-color css

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

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

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