Html Css Color HEX #CE010A Venetian Red

📋 copy color: '#CE010A'

red 206 ◦ green 1 ◦ blue 10

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

Shades of Venetian Red #CE010A

Tints of Venetian Red #CE010A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.61%

R = 94.93%
G = 0.46%
B = 4.61%

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

#CE010A (or 0xCE010A) is known color: Venetian Red. HEX triplet: CE, 01 and 0A. RGB value is (206,1,10). Sum of RGB (Red+Green+Blue) = 206+1+10=217 (28% of max value = 765). Red value is 206 (80.86% from 255 or 94.93% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 206 - color contains mainly: red. Hex color #CE010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE010A is #31FEF5. Grayscale: #3F3F3F. Windows color (decimal): -3276534 or 655822. OLE color: 655822.

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

Color convert

RGB 206 1 10 -
CMYK 0 1.00 0.95 0.19
HSL 357.37º 0.99% 0.41% -
HSV(B) 357.37º 1% 0.81% -
XYZ 25.52 13.17 1.48 -
YUV 63.32 97.92 229.77 -
System Red Green Blue C M Y K H S L
Decimal 206 1 10 0 1.00 0.95 0.19 357.37 0.99 0.41
Hex CE 1 A 0 64 5F 13 165 63 29
Octal 316 1 12 0 144 137 23 545 143 51
Binary 11001110 1 1010 0 1100100 1011111 10011 101100101 1100011 101001

Color Harmonies of #CE010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE010A

Black with #CE010A

Text Example


Text Example

White with #CE010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE010A; }

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

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

background-color css

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

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

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

border-color css

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

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

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