Html Css Color HEX #CE053D Crimson

📋 copy color: '#CE053D'

red 206 ◦ green 5 ◦ blue 61

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

Shades of Crimson #CE053D

Tints of Crimson #CE053D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.43%

R = 75.74%
G = 1.84%
B = 22.43%

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

#CE053D (or 0xCE053D) is known color: Crimson. HEX triplet: CE, 05 and 3D. RGB value is (206,5,61). Sum of RGB (Red+Green+Blue) = 206+5+61=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE053D is #31FAC2. Grayscale: #474747. Windows color (decimal): -3275459 or 3999182. OLE color: 3999182.

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

Color convert

RGB 206 5 61 -
CMYK 0 0.98 0.70 0.19
HSL 343.28º 0.95% 0.41% -
HSV(B) 343.28º 0.98% 0.81% -
XYZ 26.35 13.57 5.64 -
YUV 71.48 122.09 223.95 -
System Red Green Blue C M Y K H S L
Decimal 206 5 61 0 0.98 0.70 0.19 343.28 0.95 0.41
Hex CE 5 3D 0 62 46 13 157 5F 29
Octal 316 5 75 0 142 106 23 527 137 51
Binary 11001110 101 111101 0 1100010 1000110 10011 101010111 1011111 101001

Color Harmonies of #CE053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE053D

Black with #CE053D

Text Example


Text Example

White with #CE053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE053D; }

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

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

background-color css

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

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

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

border-color css

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

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

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