Html Css Color HEX #CE053E Crimson

📋 copy color: '#CE053E'

red 206 ◦ green 5 ◦ blue 62

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

Shades of Crimson #CE053E

Tints of Crimson #CE053E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

 BLUE value IS 62 (24.61% from 255) = 22.71%

R = 75.46%
G = 1.83%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE053E (or 0xCE053E) is known color: Crimson. HEX triplet: CE, 05 and 3E. RGB value is (206,5,62). Sum of RGB (Red+Green+Blue) = 206+5+62=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE053E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE053E is #31FAC1. Grayscale: #474747. Windows color (decimal): -3275458 or 4064718. OLE color: 4064718.

HSL color Cylindrical-coordinate representation of color #CE053E: hue angle of 342.99º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE053E is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 5 62 -
CMYK 0 0.98 0.70 0.19
HSL 342.99º 0.95% 0.41% -
HSV(B) 342.99º 0.98% 0.81% -
XYZ 26.38 13.58 5.79 -
YUV 71.6 122.59 223.87 -
System Red Green Blue C M Y K H S L
Decimal 206 5 62 0 0.98 0.70 0.19 342.99 0.95 0.41
Hex CE 5 3E 0 62 46 13 157 5F 29
Octal 316 5 76 0 142 106 23 527 137 51
Binary 11001110 101 111110 0 1100010 1000110 10011 101010111 1011111 101001

Color Harmonies of #CE053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE053E

Black with #CE053E

Text Example


Text Example

White with #CE053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE053E; }

 p { color: rgb(206,5,62); }

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

background-color css

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

 a { background-color: rgb(206,5,62); }

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

border-color css

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

 span { border-color: rgb(206,5,62); }

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