Html Css Color HEX #CE0313 Venetian Red

📋 copy color: '#CE0313'

red 206 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #CE0313

Tints of Venetian Red #CE0313

RGB

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

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

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

R = 90.35%
G = 1.32%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE0313 (or 0xCE0313) is known color: Venetian Red. HEX triplet: CE, 03 and 13. RGB value is (206,3,19). Sum of RGB (Red+Green+Blue) = 206+3+19=228 (30% of max value = 765). Red value is 206 (80.86% from 255 or 90.35% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0313 is #31FCEC. Grayscale: #414141. Windows color (decimal): -3276013 or 1246158. OLE color: 1246158.

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

Color convert

RGB 206 3 19 -
CMYK 0 0.99 0.91 0.19
HSL 355.27º 0.97% 0.41% -
HSV(B) 355.27º 0.99% 0.81% -
XYZ 25.6 13.23 1.82 -
YUV 65.52 101.75 228.2 -
System Red Green Blue C M Y K H S L
Decimal 206 3 19 0 0.99 0.91 0.19 355.27 0.97 0.41
Hex CE 3 13 0 63 5B 13 163 61 29
Octal 316 3 23 0 143 133 23 543 141 51
Binary 11001110 11 10011 0 1100011 1011011 10011 101100011 1100001 101001

Color Harmonies of #CE0313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0313

Black with #CE0313

Text Example


Text Example

White with #CE0313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0313; }

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

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

background-color css

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

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

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

border-color css

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

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

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