Html Css Color HEX #DE002B Crimson

📋 copy color: '#DE002B'

red 222 ◦ green 0 ◦ blue 43

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

Shades of Crimson #DE002B

Tints of Crimson #DE002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.23%

R = 83.77%
G = 0%
B = 16.23%

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

#DE002B (or 0xDE002B) is known color: Crimson. HEX triplet: DE, 00 and 2B. RGB value is (222,0,43). Sum of RGB (Red+Green+Blue) = 222+0+43=265 (35% of max value = 765). Red value is 222 (87.11% from 255 or 83.77% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 222 - color contains mainly: red. Hex color #DE002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE002B is #21FFD4. Grayscale: #474747. Windows color (decimal): -2228181 or 2818270. OLE color: 2818270.

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

Color convert

RGB 222 0 43 -
CMYK 0 1 0.81 0.13
HSL 348.38º 1% 0.44% -
HSV(B) 348.38º 1% 0.87% -
XYZ 30.56 15.7 3.71 -
YUV 71.28 112.05 235.5 -
System Red Green Blue C M Y K H S L
Decimal 222 0 43 0 1 0.81 0.13 348.38 1 0.44
Hex DE 0 2B 0 64 51 D 15C 64 2C
Octal 336 0 53 0 144 121 15 534 144 54
Binary 11011110 0 101011 0 1100100 1010001 1101 101011100 1100100 101100

Color Harmonies of #DE002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE002B

Black with #DE002B

Text Example


Text Example

White with #DE002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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