Html Css Color HEX #CE0A33 Crimson

📋 copy color: '#CE0A33'

red 206 ◦ green 10 ◦ blue 51

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

Shades of Crimson #CE0A33

Tints of Crimson #CE0A33

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.75%

 BLUE value IS 51 (20.31% from 255) = 19.1%

R = 77.15%
G = 3.75%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE0A33 (or 0xCE0A33) is known color: Crimson. HEX triplet: CE, 0A and 33. RGB value is (206,10,51). Sum of RGB (Red+Green+Blue) = 206+10+51=267 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.15% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0A33 is #31F5CC. Grayscale: #494949. Windows color (decimal): -3274189 or 3345102. OLE color: 3345102.

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

Color convert

RGB 206 10 51 -
CMYK 0 0.95 0.75 0.19
HSL 347.45º 0.91% 0.42% -
HSV(B) 347.45º 0.95% 0.81% -
XYZ 26.16 13.58 4.37 -
YUV 73.28 115.43 222.67 -
System Red Green Blue C M Y K H S L
Decimal 206 10 51 0 0.95 0.75 0.19 347.45 0.91 0.42
Hex CE A 33 0 5F 4B 13 15B 5B 2A
Octal 316 12 63 0 137 113 23 533 133 52
Binary 11001110 1010 110011 0 1011111 1001011 10011 101011011 1011011 101010

Color Harmonies of #CE0A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0A33

Black with #CE0A33

Text Example


Text Example

White with #CE0A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0A33; }

 p { color: rgb(206,10,51); }

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

background-color css

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

 a { background-color: rgb(206,10,51); }

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

border-color css

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

 span { border-color: rgb(206,10,51); }

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