Html Css Color HEX #CE124A Crimson

📋 copy color: '#CE124A'

red 206 ◦ green 18 ◦ blue 74

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

Shades of Crimson #CE124A

Tints of Crimson #CE124A

RGB

 RED value IS 206 (80.86% from 255) = 69.13%

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

 BLUE value IS 74 (29.3% from 255) = 24.83%

R = 69.13%
G = 6.04%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE124A (or 0xCE124A) is known color: Crimson. HEX triplet: CE, 12 and 4A. RGB value is (206,18,74). Sum of RGB (Red+Green+Blue) = 206+18+74=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE124A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE124A is #31EDB5. Grayscale: #505050. Windows color (decimal): -3272118 or 4854478. OLE color: 4854478.

HSL color Cylindrical-coordinate representation of color #CE124A: hue angle of 342.13º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE124A is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 18 74 -
CMYK 0 0.91 0.64 0.19
HSL 342.13º 0.84% 0.44% -
HSV(B) 342.13º 0.91% 0.81% -
XYZ 26.91 14.05 7.77 -
YUV 80.6 124.28 217.45 -
System Red Green Blue C M Y K H S L
Decimal 206 18 74 0 0.91 0.64 0.19 342.13 0.84 0.44
Hex CE 12 4A 0 5B 40 13 156 54 2C
Octal 316 22 112 0 133 100 23 526 124 54
Binary 11001110 10010 1001010 0 1011011 1000000 10011 101010110 1010100 101100

Color Harmonies of #CE124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE124A

Black with #CE124A

Text Example


Text Example

White with #CE124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE124A; }

 p { color: rgb(206,18,74); }

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

background-color css

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

 a { background-color: rgb(206,18,74); }

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

border-color css

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

 span { border-color: rgb(206,18,74); }

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