Html Css Color HEX #CE124B Crimson

📋 copy color: '#CE124B'

red 206 ◦ green 18 ◦ blue 75

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

Shades of Crimson #CE124B

Tints of Crimson #CE124B

RGB

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

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

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

R = 68.9%
G = 6.02%
B = 25.08%

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

#CE124B (or 0xCE124B) is known color: Crimson. HEX triplet: CE, 12 and 4B. RGB value is (206,18,75). Sum of RGB (Red+Green+Blue) = 206+18+75=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE124B is #31EDB4. Grayscale: #505050. Windows color (decimal): -3272117 or 4920014. OLE color: 4920014.

HSL color Cylindrical-coordinate representation of color #CE124B: hue angle of 341.81º 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 #CE124B is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 18 75 -
CMYK 0 0.91 0.64 0.19
HSL 341.81º 0.84% 0.44% -
HSV(B) 341.81º 0.91% 0.81% -
XYZ 26.94 14.06 7.95 -
YUV 80.71 124.78 217.37 -
System Red Green Blue C M Y K H S L
Decimal 206 18 75 0 0.91 0.64 0.19 341.81 0.84 0.44
Hex CE 12 4B 0 5B 40 13 156 54 2C
Octal 316 22 113 0 133 100 23 526 124 54
Binary 11001110 10010 1001011 0 1011011 1000000 10011 101010110 1010100 101100

Color Harmonies of #CE124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE124B

Black with #CE124B

Text Example


Text Example

White with #CE124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE124B; }

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

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

background-color css

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

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

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

border-color css

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

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

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