Html Css Color HEX #CE0132 Crimson

📋 copy color: '#CE0132'

red 206 ◦ green 1 ◦ blue 50

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

Shades of Crimson #CE0132

Tints of Crimson #CE0132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 50 (19.92% from 255) = 19.46%

R = 80.16%
G = 0.39%
B = 19.46%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE0132 (or 0xCE0132) is known color: Crimson. HEX triplet: CE, 01 and 32. RGB value is (206,1,50). Sum of RGB (Red+Green+Blue) = 206+1+50=257 (34% of max value = 765). Red value is 206 (80.86% from 255 or 80.16% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0132 is #31FECD. Grayscale: #434343. Windows color (decimal): -3276494 or 3277262. OLE color: 3277262.

HSL color Cylindrical-coordinate representation of color #CE0132: hue angle of 345.66º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0132 is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 1 50 -
CMYK 0 1.00 0.76 0.19
HSL 345.66º 0.99% 0.41% -
HSV(B) 345.66º 1% 0.81% -
XYZ 26.04 13.37 4.23 -
YUV 67.88 117.92 226.52 -
System Red Green Blue C M Y K H S L
Decimal 206 1 50 0 1.00 0.76 0.19 345.66 0.99 0.41
Hex CE 1 32 0 64 4C 13 15A 63 29
Octal 316 1 62 0 144 114 23 532 143 51
Binary 11001110 1 110010 0 1100100 1001100 10011 101011010 1100011 101001

Color Harmonies of #CE0132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0132

Black with #CE0132

Text Example


Text Example

White with #CE0132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0132; }

 p { color: rgb(206,1,50); }

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

background-color css

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

 a { background-color: rgb(206,1,50); }

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

border-color css

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

 span { border-color: rgb(206,1,50); }

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