Html Css Color HEX #DA002C Crimson

📋 copy color: '#DA002C'

red 218 ◦ green 0 ◦ blue 44

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

Shades of Crimson #DA002C

Tints of Crimson #DA002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.79%

R = 83.21%
G = 0%
B = 16.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA002C (or 0xDA002C) is known color: Crimson. HEX triplet: DA, 00 and 2C. RGB value is (218,0,44). Sum of RGB (Red+Green+Blue) = 218+0+44=262 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.21% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 218 - color contains mainly: red. Hex color #DA002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA002C is #25FFD3. Grayscale: #464646. Windows color (decimal): -2490324 or 2883802. OLE color: 2883802.

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

Color convert

RGB 218 0 44 -
CMYK 0 1 0.80 0.15
HSL 347.89º 1% 0.43% -
HSV(B) 347.89º 1% 0.85% -
XYZ 29.37 15.09 3.75 -
YUV 70.2 113.22 233.42 -
System Red Green Blue C M Y K H S L
Decimal 218 0 44 0 1 0.80 0.15 347.89 1 0.43
Hex DA 0 2C 0 64 50 F 15C 64 2B
Octal 332 0 54 0 144 120 17 534 144 53
Binary 11011010 0 101100 0 1100100 1010000 1111 101011100 1100100 101011

Color Harmonies of #DA002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA002C

Black with #DA002C

Text Example


Text Example

White with #DA002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA002C; }

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

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

background-color css

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

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

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

border-color css

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

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

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