Html Css Color HEX #DE0430 Crimson

📋 copy color: '#DE0430'

red 222 ◦ green 4 ◦ blue 48

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

Shades of Crimson #DE0430

Tints of Crimson #DE0430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.46%

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

R = 81.02%
G = 1.46%
B = 17.52%

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

#DE0430 (or 0xDE0430) is known color: Crimson. HEX triplet: DE, 04 and 30. RGB value is (222,4,48). Sum of RGB (Red+Green+Blue) = 222+4+48=274 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.02% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0430 is #21FBCF. Grayscale: #4A4A4A. Windows color (decimal): -2227152 or 3146974. OLE color: 3146974.

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

Color convert

RGB 222 4 48 -
CMYK 0 0.98 0.78 0.13
HSL 347.89º 0.96% 0.44% -
HSV(B) 347.89º 0.98% 0.87% -
XYZ 30.7 15.83 4.23 -
YUV 74.2 113.22 233.42 -
System Red Green Blue C M Y K H S L
Decimal 222 4 48 0 0.98 0.78 0.13 347.89 0.96 0.44
Hex DE 4 30 0 62 4E D 15C 60 2C
Octal 336 4 60 0 142 116 15 534 140 54
Binary 11011110 100 110000 0 1100010 1001110 1101 101011100 1100000 101100

Color Harmonies of #DE0430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0430

Black with #DE0430

Text Example


Text Example

White with #DE0430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0430; }

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

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

background-color css

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

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

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

border-color css

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

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

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