Html Css Color HEX #DA002D Crimson

📋 copy color: '#DA002D'

red 218 ◦ green 0 ◦ blue 45

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

Shades of Crimson #DA002D

Tints of Crimson #DA002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.11%

R = 82.89%
G = 0%
B = 17.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA002D (or 0xDA002D) is known color: Crimson. HEX triplet: DA, 00 and 2D. RGB value is (218,0,45). Sum of RGB (Red+Green+Blue) = 218+0+45=263 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.89% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 218 - color contains mainly: red. Hex color #DA002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA002D is #25FFD2. Grayscale: #464646. Windows color (decimal): -2490323 or 2949338. OLE color: 2949338.

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

Color convert

RGB 218 0 45 -
CMYK 0 1 0.79 0.15
HSL 347.61º 1% 0.43% -
HSV(B) 347.61º 1% 0.85% -
XYZ 29.39 15.09 3.85 -
YUV 70.31 113.72 233.34 -
System Red Green Blue C M Y K H S L
Decimal 218 0 45 0 1 0.79 0.15 347.61 1 0.43
Hex DA 0 2D 0 64 4F F 15C 64 2B
Octal 332 0 55 0 144 117 17 534 144 53
Binary 11011010 0 101101 0 1100100 1001111 1111 101011100 1100100 101011

Color Harmonies of #DA002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA002D

Black with #DA002D

Text Example


Text Example

White with #DA002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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