Html Css Color HEX #CE071B Venetian Red

📋 copy color: '#CE071B'

red 206 ◦ green 7 ◦ blue 27

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

Shades of Venetian Red #CE071B

Tints of Venetian Red #CE071B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.92%

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

R = 85.83%
G = 2.92%
B = 11.25%

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

#CE071B (or 0xCE071B) is known color: Venetian Red. HEX triplet: CE, 07 and 1B. RGB value is (206,7,27). Sum of RGB (Red+Green+Blue) = 206+7+27=240 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.83% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 206 - color contains mainly: red. Hex color #CE071B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE071B is #31F8E4. Grayscale: #444444. Windows color (decimal): -3274981 or 1771470. OLE color: 1771470.

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

Color convert

RGB 206 7 27 -
CMYK 0 0.97 0.87 0.19
HSL 353.97º 0.93% 0.42% -
HSV(B) 353.97º 0.97% 0.81% -
XYZ 25.73 13.35 2.26 -
YUV 68.78 104.43 225.87 -
System Red Green Blue C M Y K H S L
Decimal 206 7 27 0 0.97 0.87 0.19 353.97 0.93 0.42
Hex CE 7 1B 0 61 57 13 162 5D 2A
Octal 316 7 33 0 141 127 23 542 135 52
Binary 11001110 111 11011 0 1100001 1010111 10011 101100010 1011101 101010

Color Harmonies of #CE071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE071B

Black with #CE071B

Text Example


Text Example

White with #CE071B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE071B; }

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

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

background-color css

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

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

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

border-color css

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

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

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