Html Css Color HEX #DA002A Crimson

📋 copy color: '#DA002A'

red 218 ◦ green 0 ◦ blue 42

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

Shades of Crimson #DA002A

Tints of Crimson #DA002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.15%

R = 83.85%
G = 0%
B = 16.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA002A (or 0xDA002A) is known color: Crimson. HEX triplet: DA, 00 and 2A. RGB value is (218,0,42). Sum of RGB (Red+Green+Blue) = 218+0+42=260 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.85% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 218 - color contains mainly: red. Hex color #DA002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA002A is #25FFD5. Grayscale: #464646. Windows color (decimal): -2490326 or 2752730. OLE color: 2752730.

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

Color convert

RGB 218 0 42 -
CMYK 0 1 0.81 0.15
HSL 348.44º 1% 0.43% -
HSV(B) 348.44º 1% 0.85% -
XYZ 29.33 15.07 3.55 -
YUV 69.97 112.22 233.58 -
System Red Green Blue C M Y K H S L
Decimal 218 0 42 0 1 0.81 0.15 348.44 1 0.43
Hex DA 0 2A 0 64 51 F 15C 64 2B
Octal 332 0 52 0 144 121 17 534 144 53
Binary 11011010 0 101010 0 1100100 1010001 1111 101011100 1100100 101011

Color Harmonies of #DA002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA002A

Black with #DA002A

Text Example


Text Example

White with #DA002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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