Html Css Color HEX #CE061A Venetian Red

📋 copy color: '#CE061A'

red 206 ◦ green 6 ◦ blue 26

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

Shades of Venetian Red #CE061A

Tints of Venetian Red #CE061A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.92%

R = 86.55%
G = 2.52%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE061A (or 0xCE061A) is known color: Venetian Red. HEX triplet: CE, 06 and 1A. RGB value is (206,6,26). Sum of RGB (Red+Green+Blue) = 206+6+26=238 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.55% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 206 - color contains mainly: red. Hex color #CE061A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE061A is #31F9E5. Grayscale: #444444. Windows color (decimal): -3275238 or 1705678. OLE color: 1705678.

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

Color convert

RGB 206 6 26 -
CMYK 0 0.97 0.87 0.19
HSL 354º 0.94% 0.42% -
HSV(B) 354º 0.97% 0.81% -
XYZ 25.71 13.33 2.19 -
YUV 68.08 104.26 226.37 -
System Red Green Blue C M Y K H S L
Decimal 206 6 26 0 0.97 0.87 0.19 354 0.94 0.42
Hex CE 6 1A 0 61 57 13 162 5E 2A
Octal 316 6 32 0 141 127 23 542 136 52
Binary 11001110 110 11010 0 1100001 1010111 10011 101100010 1011110 101010

Color Harmonies of #CE061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE061A

Black with #CE061A

Text Example


Text Example

White with #CE061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE061A; }

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

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

background-color css

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

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

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

border-color css

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

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

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