Html Css Color HEX #CE061C Venetian Red

📋 copy color: '#CE061C'

red 206 ◦ green 6 ◦ blue 28

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

Shades of Venetian Red #CE061C

Tints of Venetian Red #CE061C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.67%

R = 85.83%
G = 2.5%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE061C (or 0xCE061C) is known color: Venetian Red. HEX triplet: CE, 06 and 1C. RGB value is (206,6,28). Sum of RGB (Red+Green+Blue) = 206+6+28=240 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.83% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 206 - color contains mainly: red. Hex color #CE061C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE061C is #31F9E3. Grayscale: #444444. Windows color (decimal): -3275236 or 1836750. OLE color: 1836750.

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

Color convert

RGB 206 6 28 -
CMYK 0 0.97 0.86 0.19
HSL 353.4º 0.94% 0.42% -
HSV(B) 353.4º 0.97% 0.81% -
XYZ 25.73 13.34 2.32 -
YUV 68.31 105.26 226.21 -
System Red Green Blue C M Y K H S L
Decimal 206 6 28 0 0.97 0.86 0.19 353.4 0.94 0.42
Hex CE 6 1C 0 61 56 13 161 5E 2A
Octal 316 6 34 0 141 126 23 541 136 52
Binary 11001110 110 11100 0 1100001 1010110 10011 101100001 1011110 101010

Color Harmonies of #CE061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE061C

Black with #CE061C

Text Example


Text Example

White with #CE061C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE061C; }

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

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

background-color css

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

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

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

border-color css

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

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

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