Html Css Color HEX #DA003F Crimson

📋 copy color: '#DA003F'

red 218 ◦ green 0 ◦ blue 63

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

Shades of Crimson #DA003F

Tints of Crimson #DA003F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 63 (25% from 255) = 22.42%

R = 77.58%
G = 0%
B = 22.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA003F (or 0xDA003F) is known color: Crimson. HEX triplet: DA, 00 and 3F. RGB value is (218,0,63). Sum of RGB (Red+Green+Blue) = 218+0+63=281 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.58% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 218 - color contains mainly: red. Hex color #DA003F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA003F is #25FFC0. Grayscale: #484848. Windows color (decimal): -2490305 or 4128986. OLE color: 4128986.

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

Color convert

RGB 218 0 63 -
CMYK 0 1 0.71 0.15
HSL 342.66º 1% 0.43% -
HSV(B) 342.66º 1% 0.85% -
XYZ 29.81 15.26 6.08 -
YUV 72.36 122.72 231.88 -
System Red Green Blue C M Y K H S L
Decimal 218 0 63 0 1 0.71 0.15 342.66 1 0.43
Hex DA 0 3F 0 64 47 F 157 64 2B
Octal 332 0 77 0 144 107 17 527 144 53
Binary 11011010 0 111111 0 1100100 1000111 1111 101010111 1100100 101011

Color Harmonies of #DA003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA003F

Black with #DA003F

Text Example


Text Example

White with #DA003F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA003F; }

 p { color: rgb(218,0,63); }

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

background-color css

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

 a { background-color: rgb(218,0,63); }

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

border-color css

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

 span { border-color: rgb(218,0,63); }

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