Html Css Color HEX #CE0318 Venetian Red

📋 copy color: '#CE0318'

red 206 ◦ green 3 ◦ blue 24

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

Shades of Venetian Red #CE0318

Tints of Venetian Red #CE0318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.3%

R = 88.41%
G = 1.29%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE0318 (or 0xCE0318) is known color: Venetian Red. HEX triplet: CE, 03 and 18. RGB value is (206,3,24). Sum of RGB (Red+Green+Blue) = 206+3+24=233 (30% of max value = 765). Red value is 206 (80.86% from 255 or 88.41% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0318 is #31FCE7. Grayscale: #424242. Windows color (decimal): -3276008 or 1573838. OLE color: 1573838.

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

Color convert

RGB 206 3 24 -
CMYK 0 0.99 0.88 0.19
HSL 353.79º 0.97% 0.41% -
HSV(B) 353.79º 0.99% 0.81% -
XYZ 25.65 13.25 2.07 -
YUV 66.09 104.25 227.79 -
System Red Green Blue C M Y K H S L
Decimal 206 3 24 0 0.99 0.88 0.19 353.79 0.97 0.41
Hex CE 3 18 0 63 58 13 162 61 29
Octal 316 3 30 0 143 130 23 542 141 51
Binary 11001110 11 11000 0 1100011 1011000 10011 101100010 1100001 101001

Color Harmonies of #CE0318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0318

Black with #CE0318

Text Example


Text Example

White with #CE0318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0318; }

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

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

background-color css

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

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

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

border-color css

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

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

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