Html Css Color HEX #CE061B Venetian Red

📋 copy color: '#CE061B'

red 206 ◦ green 6 ◦ blue 27

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

Shades of Venetian Red #CE061B

Tints of Venetian Red #CE061B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.3%

R = 86.19%
G = 2.51%
B = 11.3%

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

#CE061B (or 0xCE061B) is known color: Venetian Red. HEX triplet: CE, 06 and 1B. RGB value is (206,6,27). Sum of RGB (Red+Green+Blue) = 206+6+27=239 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.19% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 206 - color contains mainly: red. Hex color #CE061B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE061B is #31F9E4. Grayscale: #444444. Windows color (decimal): -3275237 or 1771214. OLE color: 1771214.

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

Color convert

RGB 206 6 27 -
CMYK 0 0.97 0.87 0.19
HSL 353.7º 0.94% 0.42% -
HSV(B) 353.7º 0.97% 0.81% -
XYZ 25.72 13.33 2.25 -
YUV 68.19 104.76 226.29 -
System Red Green Blue C M Y K H S L
Decimal 206 6 27 0 0.97 0.87 0.19 353.7 0.94 0.42
Hex CE 6 1B 0 61 57 13 162 5E 2A
Octal 316 6 33 0 141 127 23 542 136 52
Binary 11001110 110 11011 0 1100001 1010111 10011 101100010 1011110 101010

Color Harmonies of #CE061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE061B

Black with #CE061B

Text Example


Text Example

White with #CE061B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE061B; }

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

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

background-color css

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

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

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

border-color css

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

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

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