Html Css Color HEX #CE053A Crimson

📋 copy color: '#CE053A'

red 206 ◦ green 5 ◦ blue 58

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

Shades of Crimson #CE053A

Tints of Crimson #CE053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.56%

R = 76.58%
G = 1.86%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE053A (or 0xCE053A) is known color: Crimson. HEX triplet: CE, 05 and 3A. RGB value is (206,5,58). Sum of RGB (Red+Green+Blue) = 206+5+58=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE053A is #31FAC5. Grayscale: #474747. Windows color (decimal): -3275462 or 3802574. OLE color: 3802574.

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

Color convert

RGB 206 5 58 -
CMYK 0 0.98 0.72 0.19
HSL 344.18º 0.95% 0.41% -
HSV(B) 344.18º 0.98% 0.81% -
XYZ 26.27 13.54 5.23 -
YUV 71.14 120.59 224.19 -
System Red Green Blue C M Y K H S L
Decimal 206 5 58 0 0.98 0.72 0.19 344.18 0.95 0.41
Hex CE 5 3A 0 62 48 13 158 5F 29
Octal 316 5 72 0 142 110 23 530 137 51
Binary 11001110 101 111010 0 1100010 1001000 10011 101011000 1011111 101001

Color Harmonies of #CE053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE053A

Black with #CE053A

Text Example


Text Example

White with #CE053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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