Html Css Color HEX #CE0119 Venetian Red

📋 copy color: '#CE0119'

red 206 ◦ green 1 ◦ blue 25

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

Shades of Venetian Red #CE0119

Tints of Venetian Red #CE0119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.78%

R = 88.79%
G = 0.43%
B = 10.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE0119 (or 0xCE0119) is known color: Venetian Red. HEX triplet: CE, 01 and 19. RGB value is (206,1,25). Sum of RGB (Red+Green+Blue) = 206+1+25=232 (30% of max value = 765). Red value is 206 (80.86% from 255 or 88.79% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0119 is #31FEE6. Grayscale: #414141. Windows color (decimal): -3276519 or 1638862. OLE color: 1638862.

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

Color convert

RGB 206 1 25 -
CMYK 0 1.00 0.88 0.19
HSL 352.98º 0.99% 0.41% -
HSV(B) 352.98º 1% 0.81% -
XYZ 25.64 13.21 2.12 -
YUV 65.03 105.42 228.55 -
System Red Green Blue C M Y K H S L
Decimal 206 1 25 0 1.00 0.88 0.19 352.98 0.99 0.41
Hex CE 1 19 0 64 58 13 161 63 29
Octal 316 1 31 0 144 130 23 541 143 51
Binary 11001110 1 11001 0 1100100 1011000 10011 101100001 1100011 101001

Color Harmonies of #CE0119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0119

Black with #CE0119

Text Example


Text Example

White with #CE0119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0119; }

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

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

background-color css

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

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

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

border-color css

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

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

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