Html Css Color HEX #DE0530 Crimson

📋 copy color: '#DE0530'

red 222 ◦ green 5 ◦ blue 48

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

Shades of Crimson #DE0530

Tints of Crimson #DE0530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

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

R = 80.73%
G = 1.82%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE0530 (or 0xDE0530) is known color: Crimson. HEX triplet: DE, 05 and 30. RGB value is (222,5,48). Sum of RGB (Red+Green+Blue) = 222+5+48=275 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.73% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0530 is #21FACF. Grayscale: #4A4A4A. Windows color (decimal): -2226896 or 3147230. OLE color: 3147230.

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

Color convert

RGB 222 5 48 -
CMYK 0 0.98 0.78 0.13
HSL 348.11º 0.96% 0.45% -
HSV(B) 348.11º 0.98% 0.87% -
XYZ 30.71 15.85 4.24 -
YUV 74.79 112.89 233 -
System Red Green Blue C M Y K H S L
Decimal 222 5 48 0 0.98 0.78 0.13 348.11 0.96 0.45
Hex DE 5 30 0 62 4E D 15C 60 2D
Octal 336 5 60 0 142 116 15 534 140 55
Binary 11011110 101 110000 0 1100010 1001110 1101 101011100 1100000 101101

Color Harmonies of #DE0530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0530

Black with #DE0530

Text Example


Text Example

White with #DE0530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0530; }

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

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

background-color css

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

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

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

border-color css

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

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

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