Html Css Color HEX #CE0713 Venetian Red

📋 copy color: '#CE0713'

red 206 ◦ green 7 ◦ blue 19

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

Shades of Venetian Red #CE0713

Tints of Venetian Red #CE0713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.19%

R = 88.79%
G = 3.02%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE0713 (or 0xCE0713) is known color: Venetian Red. HEX triplet: CE, 07 and 13. RGB value is (206,7,19). Sum of RGB (Red+Green+Blue) = 206+7+19=232 (30% of max value = 765). Red value is 206 (80.86% from 255 or 88.79% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0713 is #31F8EC. Grayscale: #444444. Windows color (decimal): -3274989 or 1247182. OLE color: 1247182.

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

Color convert

RGB 206 7 19 -
CMYK 0 0.97 0.91 0.19
HSL 356.38º 0.93% 0.42% -
HSV(B) 356.38º 0.97% 0.81% -
XYZ 25.65 13.32 1.84 -
YUV 67.87 100.43 226.52 -
System Red Green Blue C M Y K H S L
Decimal 206 7 19 0 0.97 0.91 0.19 356.38 0.93 0.42
Hex CE 7 13 0 61 5B 13 164 5D 2A
Octal 316 7 23 0 141 133 23 544 135 52
Binary 11001110 111 10011 0 1100001 1011011 10011 101100100 1011101 101010

Color Harmonies of #CE0713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0713

Black with #CE0713

Text Example


Text Example

White with #CE0713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0713; }

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

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

background-color css

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

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

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

border-color css

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

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

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