Html Css Color HEX #CE010B Venetian Red

📋 copy color: '#CE010B'

red 206 ◦ green 1 ◦ blue 11

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

Shades of Venetian Red #CE010B

Tints of Venetian Red #CE010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 94.5%
G = 0.46%
B = 5.05%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE010B (or 0xCE010B) is known color: Venetian Red. HEX triplet: CE, 01 and 0B. RGB value is (206,1,11). Sum of RGB (Red+Green+Blue) = 206+1+11=218 (28% of max value = 765). Red value is 206 (80.86% from 255 or 94.50% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 206 - color contains mainly: red. Hex color #CE010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE010B is #31FEF4. Grayscale: #3F3F3F. Windows color (decimal): -3276533 or 721358. OLE color: 721358.

HSL color Cylindrical-coordinate representation of color #CE010B: hue angle of 357.07º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE010B is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 1 11 -
CMYK 0 1.00 0.95 0.19
HSL 357.07º 0.99% 0.41% -
HSV(B) 357.07º 1% 0.81% -
XYZ 25.52 13.17 1.51 -
YUV 63.44 98.42 229.69 -
System Red Green Blue C M Y K H S L
Decimal 206 1 11 0 1.00 0.95 0.19 357.07 0.99 0.41
Hex CE 1 B 0 64 5F 13 165 63 29
Octal 316 1 13 0 144 137 23 545 143 51
Binary 11001110 1 1011 0 1100100 1011111 10011 101100101 1100011 101001

Color Harmonies of #CE010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE010B

Black with #CE010B

Text Example


Text Example

White with #CE010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE010B; }

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

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

background-color css

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

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

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

border-color css

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

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

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