Html Css Color HEX #CE0623 Venetian Red

📋 copy color: '#CE0623'

red 206 ◦ green 6 ◦ blue 35

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

Shades of Venetian Red #CE0623

Tints of Venetian Red #CE0623

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.43%

 BLUE value IS 35 (14.06% from 255) = 14.17%

R = 83.4%
G = 2.43%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE0623 (or 0xCE0623) is known color: Venetian Red. HEX triplet: CE, 06 and 23. RGB value is (206,6,35). Sum of RGB (Red+Green+Blue) = 206+6+35=247 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.40% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0623 is #31F9DC. Grayscale: #454545. Windows color (decimal): -3275229 or 2295502. OLE color: 2295502.

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

Color convert

RGB 206 6 35 -
CMYK 0 0.97 0.83 0.19
HSL 351.3º 0.94% 0.42% -
HSV(B) 351.3º 0.97% 0.81% -
XYZ 25.82 13.37 2.81 -
YUV 69.11 108.76 225.64 -
System Red Green Blue C M Y K H S L
Decimal 206 6 35 0 0.97 0.83 0.19 351.3 0.94 0.42
Hex CE 6 23 0 61 53 13 15F 5E 2A
Octal 316 6 43 0 141 123 23 537 136 52
Binary 11001110 110 100011 0 1100001 1010011 10011 101011111 1011110 101010

Color Harmonies of #CE0623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0623

Black with #CE0623

Text Example


Text Example

White with #CE0623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0623; }

 p { color: rgb(206,6,35); }

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

background-color css

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

 a { background-color: rgb(206,6,35); }

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

border-color css

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

 span { border-color: rgb(206,6,35); }

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