Html Css Color HEX #CE061D Venetian Red

📋 copy color: '#CE061D'

red 206 ◦ green 6 ◦ blue 29

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

Shades of Venetian Red #CE061D

Tints of Venetian Red #CE061D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.03%

R = 85.48%
G = 2.49%
B = 12.03%

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

#CE061D (or 0xCE061D) is known color: Venetian Red. HEX triplet: CE, 06 and 1D. RGB value is (206,6,29). Sum of RGB (Red+Green+Blue) = 206+6+29=241 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.48% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 206 - color contains mainly: red. Hex color #CE061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE061D is #31F9E2. Grayscale: #444444. Windows color (decimal): -3275235 or 1902286. OLE color: 1902286.

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

Color convert

RGB 206 6 29 -
CMYK 0 0.97 0.86 0.19
HSL 353.1º 0.94% 0.42% -
HSV(B) 353.1º 0.97% 0.81% -
XYZ 25.74 13.34 2.38 -
YUV 68.42 105.76 226.13 -
System Red Green Blue C M Y K H S L
Decimal 206 6 29 0 0.97 0.86 0.19 353.1 0.94 0.42
Hex CE 6 1D 0 61 56 13 161 5E 2A
Octal 316 6 35 0 141 126 23 541 136 52
Binary 11001110 110 11101 0 1100001 1010110 10011 101100001 1011110 101010

Color Harmonies of #CE061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE061D

Black with #CE061D

Text Example


Text Example

White with #CE061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE061D; }

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

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

background-color css

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

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

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

border-color css

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

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

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