Html Css Color HEX #DA002F Crimson

📋 copy color: '#DA002F'

red 218 ◦ green 0 ◦ blue 47

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

Shades of Crimson #DA002F

Tints of Crimson #DA002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.74%

R = 82.26%
G = 0%
B = 17.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA002F (or 0xDA002F) is known color: Crimson. HEX triplet: DA, 00 and 2F. RGB value is (218,0,47). Sum of RGB (Red+Green+Blue) = 218+0+47=265 (35% of max value = 765). Red value is 218 (85.55% from 255 or 82.26% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 218 - color contains mainly: red. Hex color #DA002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA002F is #25FFD0. Grayscale: #464646. Windows color (decimal): -2490321 or 3080410. OLE color: 3080410.

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

Color convert

RGB 218 0 47 -
CMYK 0 1 0.78 0.15
HSL 347.06º 1% 0.43% -
HSV(B) 347.06º 1% 0.85% -
XYZ 29.43 15.11 4.06 -
YUV 70.54 114.72 233.18 -
System Red Green Blue C M Y K H S L
Decimal 218 0 47 0 1 0.78 0.15 347.06 1 0.43
Hex DA 0 2F 0 64 4E F 15B 64 2B
Octal 332 0 57 0 144 116 17 533 144 53
Binary 11011010 0 101111 0 1100100 1001110 1111 101011011 1100100 101011

Color Harmonies of #DA002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA002F

Black with #DA002F

Text Example


Text Example

White with #DA002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA002F; }

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

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

background-color css

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

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

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

border-color css

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

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

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