Html Css Color HEX #CE0028 Venetian Red

📋 copy color: '#CE0028'

red 206 ◦ green 0 ◦ blue 40

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

Shades of Venetian Red #CE0028

Tints of Venetian Red #CE0028

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 40 (16.02% from 255) = 16.26%

R = 83.74%
G = 0%
B = 16.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE0028 (or 0xCE0028) is known color: Venetian Red. HEX triplet: CE, 00 and 28. RGB value is (206,0,40). Sum of RGB (Red+Green+Blue) = 206+0+40=246 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.74% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0028 is #31FFD7. Grayscale: #424242. Windows color (decimal): -3276760 or 2621646. OLE color: 2621646.

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

Color convert

RGB 206 0 40 -
CMYK 0 1 0.81 0.19
HSL 348.35º 1% 0.4% -
HSV(B) 348.35º 1% 0.81% -
XYZ 25.84 13.28 3.21 -
YUV 66.15 113.25 227.75 -
System Red Green Blue C M Y K H S L
Decimal 206 0 40 0 1 0.81 0.19 348.35 1 0.4
Hex CE 0 28 0 64 51 13 15C 64 28
Octal 316 0 50 0 144 121 23 534 144 50
Binary 11001110 0 101000 0 1100100 1010001 10011 101011100 1100100 101000

Color Harmonies of #CE0028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0028

Black with #CE0028

Text Example


Text Example

White with #CE0028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0028; }

 p { color: rgb(206,0,40); }

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

background-color css

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

 a { background-color: rgb(206,0,40); }

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

border-color css

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

 span { border-color: rgb(206,0,40); }

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