Html Css Color HEX #CE0830 Crimson

📋 copy color: '#CE0830'

red 206 ◦ green 8 ◦ blue 48

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

Shades of Crimson #CE0830

Tints of Crimson #CE0830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.05%

 BLUE value IS 48 (19.14% from 255) = 18.32%

R = 78.63%
G = 3.05%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE0830 (or 0xCE0830) is known color: Crimson. HEX triplet: CE, 08 and 30. RGB value is (206,8,48). Sum of RGB (Red+Green+Blue) = 206+8+48=262 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.63% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0830 is #31F7CF. Grayscale: #474747. Windows color (decimal): -3274704 or 3147982. OLE color: 3147982.

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

Color convert

RGB 206 8 48 -
CMYK 0 0.96 0.77 0.19
HSL 347.88º 0.93% 0.42% -
HSV(B) 347.88º 0.96% 0.81% -
XYZ 26.07 13.51 4.03 -
YUV 71.76 114.6 223.75 -
System Red Green Blue C M Y K H S L
Decimal 206 8 48 0 0.96 0.77 0.19 347.88 0.93 0.42
Hex CE 8 30 0 60 4D 13 15C 5D 2A
Octal 316 10 60 0 140 115 23 534 135 52
Binary 11001110 1000 110000 0 1100000 1001101 10011 101011100 1011101 101010

Color Harmonies of #CE0830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0830

Black with #CE0830

Text Example


Text Example

White with #CE0830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0830; }

 p { color: rgb(206,8,48); }

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

background-color css

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

 a { background-color: rgb(206,8,48); }

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

border-color css

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

 span { border-color: rgb(206,8,48); }

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