Html Css Color HEX #CE053B Crimson

📋 copy color: '#CE053B'

red 206 ◦ green 5 ◦ blue 59

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

Shades of Crimson #CE053B

Tints of Crimson #CE053B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.85%

R = 76.3%
G = 1.85%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE053B (or 0xCE053B) is known color: Crimson. HEX triplet: CE, 05 and 3B. RGB value is (206,5,59). Sum of RGB (Red+Green+Blue) = 206+5+59=270 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.30% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 206 - color contains mainly: red. Hex color #CE053B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE053B is #31FAC4. Grayscale: #474747. Windows color (decimal): -3275461 or 3868110. OLE color: 3868110.

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

Color convert

RGB 206 5 59 -
CMYK 0 0.98 0.71 0.19
HSL 343.88º 0.95% 0.41% -
HSV(B) 343.88º 0.98% 0.81% -
XYZ 26.3 13.55 5.37 -
YUV 71.26 121.09 224.11 -
System Red Green Blue C M Y K H S L
Decimal 206 5 59 0 0.98 0.71 0.19 343.88 0.95 0.41
Hex CE 5 3B 0 62 47 13 158 5F 29
Octal 316 5 73 0 142 107 23 530 137 51
Binary 11001110 101 111011 0 1100010 1000111 10011 101011000 1011111 101001

Color Harmonies of #CE053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE053B

Black with #CE053B

Text Example


Text Example

White with #CE053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE053B; }

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

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

background-color css

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

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

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

border-color css

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

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

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