Html Css Color HEX #CE070B Venetian Red

📋 copy color: '#CE070B'

red 206 ◦ green 7 ◦ blue 11

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

Shades of Venetian Red #CE070B

Tints of Venetian Red #CE070B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.91%

R = 91.96%
G = 3.13%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE070B (or 0xCE070B) is known color: Venetian Red. HEX triplet: CE, 07 and 0B. RGB value is (206,7,11). Sum of RGB (Red+Green+Blue) = 206+7+11=224 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.96% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 206 - color contains mainly: red. Hex color #CE070B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE070B is #31F8F4. Grayscale: #434343. Windows color (decimal): -3274997 or 722894. OLE color: 722894.

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

Color convert

RGB 206 7 11 -
CMYK 0 0.97 0.95 0.19
HSL 358.79º 0.93% 0.42% -
HSV(B) 358.79º 0.97% 0.81% -
XYZ 25.59 13.3 1.53 -
YUV 66.96 96.43 227.17 -
System Red Green Blue C M Y K H S L
Decimal 206 7 11 0 0.97 0.95 0.19 358.79 0.93 0.42
Hex CE 7 B 0 61 5F 13 167 5D 2A
Octal 316 7 13 0 141 137 23 547 135 52
Binary 11001110 111 1011 0 1100001 1011111 10011 101100111 1011101 101010

Color Harmonies of #CE070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE070B

Black with #CE070B

Text Example


Text Example

White with #CE070B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE070B; }

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

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

background-color css

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

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

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

border-color css

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

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

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