Html Css Color HEX #CE0310 Venetian Red

📋 copy color: '#CE0310'

red 206 ◦ green 3 ◦ blue 16

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

Shades of Venetian Red #CE0310

Tints of Venetian Red #CE0310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

 BLUE value IS 16 (6.64% from 255) = 7.11%

R = 91.56%
G = 1.33%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE0310 (or 0xCE0310) is known color: Venetian Red. HEX triplet: CE, 03 and 10. RGB value is (206,3,16). Sum of RGB (Red+Green+Blue) = 206+3+16=225 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.56% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0310 is #31FCEF. Grayscale: #414141. Windows color (decimal): -3276016 or 1049550. OLE color: 1049550.

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

Color convert

RGB 206 3 16 -
CMYK 0 0.99 0.92 0.19
HSL 356.16º 0.97% 0.41% -
HSV(B) 356.16º 0.99% 0.81% -
XYZ 25.58 13.22 1.69 -
YUV 65.18 100.25 228.44 -
System Red Green Blue C M Y K H S L
Decimal 206 3 16 0 0.99 0.92 0.19 356.16 0.97 0.41
Hex CE 3 10 0 63 5C 13 164 61 29
Octal 316 3 20 0 143 134 23 544 141 51
Binary 11001110 11 10000 0 1100011 1011100 10011 101100100 1100001 101001

Color Harmonies of #CE0310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0310

Black with #CE0310

Text Example


Text Example

White with #CE0310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0310; }

 p { color: rgb(206,3,16); }

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

background-color css

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

 a { background-color: rgb(206,3,16); }

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

border-color css

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

 span { border-color: rgb(206,3,16); }

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