Html Css Color HEX #DE124B Crimson

📋 copy color: '#DE124B'

red 222 ◦ green 18 ◦ blue 75

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

Shades of Crimson #DE124B

Tints of Crimson #DE124B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.71%

 BLUE value IS 75 (29.69% from 255) = 23.81%

R = 70.48%
G = 5.71%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DE124B (or 0xDE124B) is known color: Crimson. HEX triplet: DE, 12 and 4B. RGB value is (222,18,75). Sum of RGB (Red+Green+Blue) = 222+18+75=315 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.48% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 222 - color contains mainly: red. Hex color #DE124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE124B is #21EDB4. Grayscale: #555555. Windows color (decimal): -2223541 or 4920030. OLE color: 4920030.

HSL color Cylindrical-coordinate representation of color #DE124B: hue angle of 343.24º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE124B is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 18 75 -
CMYK 0 0.92 0.66 0.13
HSL 343.24º 0.85% 0.47% -
HSV(B) 343.24º 0.92% 0.87% -
XYZ 31.61 16.47 8.17 -
YUV 85.49 122.09 225.37 -
System Red Green Blue C M Y K H S L
Decimal 222 18 75 0 0.92 0.66 0.13 343.24 0.85 0.47
Hex DE 12 4B 0 5C 42 D 157 55 2F
Octal 336 22 113 0 134 102 15 527 125 57
Binary 11011110 10010 1001011 0 1011100 1000010 1101 101010111 1010101 101111

Color Harmonies of #DE124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE124B

Black with #DE124B

Text Example


Text Example

White with #DE124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE124B; }

 p { color: rgb(222,18,75); }

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

background-color css

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

 a { background-color: rgb(222,18,75); }

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

border-color css

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

 span { border-color: rgb(222,18,75); }

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