Html Css Color HEX #CE0A32 Crimson

📋 copy color: '#CE0A32'

red 206 ◦ green 10 ◦ blue 50

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

Shades of Crimson #CE0A32

Tints of Crimson #CE0A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.8%

R = 77.44%
G = 3.76%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE0A32 (or 0xCE0A32) is known color: Crimson. HEX triplet: CE, 0A and 32. RGB value is (206,10,50). Sum of RGB (Red+Green+Blue) = 206+10+50=266 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.44% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0A32 is #31F5CD. Grayscale: #494949. Windows color (decimal): -3274190 or 3279566. OLE color: 3279566.

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

Color convert

RGB 206 10 50 -
CMYK 0 0.95 0.76 0.19
HSL 347.76º 0.91% 0.42% -
HSV(B) 347.76º 0.95% 0.81% -
XYZ 26.14 13.57 4.26 -
YUV 73.16 114.93 222.75 -
System Red Green Blue C M Y K H S L
Decimal 206 10 50 0 0.95 0.76 0.19 347.76 0.91 0.42
Hex CE A 32 0 5F 4C 13 15C 5B 2A
Octal 316 12 62 0 137 114 23 534 133 52
Binary 11001110 1010 110010 0 1011111 1001100 10011 101011100 1011011 101010

Color Harmonies of #CE0A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0A32

Black with #CE0A32

Text Example


Text Example

White with #CE0A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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