Html Css Color HEX #DE002A Crimson

📋 copy color: '#DE002A'

red 222 ◦ green 0 ◦ blue 42

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

Shades of Crimson #DE002A

Tints of Crimson #DE002A

RGB

 RED value IS 222 (87.11% from 255) = 84.09%

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

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

R = 84.09%
G = 0%
B = 15.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DE002A (or 0xDE002A) is known color: Crimson. HEX triplet: DE, 00 and 2A. RGB value is (222,0,42). Sum of RGB (Red+Green+Blue) = 222+0+42=264 (34% of max value = 765). Red value is 222 (87.11% from 255 or 84.09% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 222 - color contains mainly: red. Hex color #DE002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE002A is #21FFD5. Grayscale: #474747. Windows color (decimal): -2228182 or 2752734. OLE color: 2752734.

HSL color Cylindrical-coordinate representation of color #DE002A: hue angle of 348.65º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE002A is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 0 42 -
CMYK 0 1 0.81 0.13
HSL 348.65º 1% 0.44% -
HSV(B) 348.65º 1% 0.87% -
XYZ 30.54 15.7 3.61 -
YUV 71.17 111.55 235.58 -
System Red Green Blue C M Y K H S L
Decimal 222 0 42 0 1 0.81 0.13 348.65 1 0.44
Hex DE 0 2A 0 64 51 D 15D 64 2C
Octal 336 0 52 0 144 121 15 535 144 54
Binary 11011110 0 101010 0 1100100 1010001 1101 101011101 1100100 101100

Color Harmonies of #DE002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE002A

Black with #DE002A

Text Example


Text Example

White with #DE002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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