Html Css Color HEX #DE0230 Crimson

📋 copy color: '#DE0230'

red 222 ◦ green 2 ◦ blue 48

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

Shades of Crimson #DE0230

Tints of Crimson #DE0230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 48 (19.14% from 255) = 17.65%

R = 81.62%
G = 0.74%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE0230 (or 0xDE0230) is known color: Crimson. HEX triplet: DE, 02 and 30. RGB value is (222,2,48). Sum of RGB (Red+Green+Blue) = 222+2+48=272 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.62% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0230 is #21FDCF. Grayscale: #494949. Windows color (decimal): -2227664 or 3146462. OLE color: 3146462.

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

Color convert

RGB 222 2 48 -
CMYK 0 0.99 0.78 0.13
HSL 347.45º 0.98% 0.44% -
HSV(B) 347.45º 0.99% 0.87% -
XYZ 30.68 15.79 4.23 -
YUV 73.02 113.89 234.26 -
System Red Green Blue C M Y K H S L
Decimal 222 2 48 0 0.99 0.78 0.13 347.45 0.98 0.44
Hex DE 2 30 0 63 4E D 15B 62 2C
Octal 336 2 60 0 143 116 15 533 142 54
Binary 11011110 10 110000 0 1100011 1001110 1101 101011011 1100010 101100

Color Harmonies of #DE0230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0230

Black with #DE0230

Text Example


Text Example

White with #DE0230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0230; }

 p { color: rgb(222,2,48); }

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

background-color css

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

 a { background-color: rgb(222,2,48); }

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

border-color css

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

 span { border-color: rgb(222,2,48); }

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