Html Css Color HEX #CE0328 Venetian Red

📋 copy color: '#CE0328'

red 206 ◦ green 3 ◦ blue 40

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

Shades of Venetian Red #CE0328

Tints of Venetian Red #CE0328

RGB

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

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

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

R = 82.73%
G = 1.2%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE0328 (or 0xCE0328) is known color: Venetian Red. HEX triplet: CE, 03 and 28. RGB value is (206,3,40). Sum of RGB (Red+Green+Blue) = 206+3+40=249 (32% of max value = 765). Red value is 206 (80.86% from 255 or 82.73% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0328 is #31FCD7. Grayscale: #434343. Windows color (decimal): -3275992 or 2622414. OLE color: 2622414.

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

Color convert

RGB 206 3 40 -
CMYK 0 0.99 0.81 0.19
HSL 349.06º 0.97% 0.41% -
HSV(B) 349.06º 0.99% 0.81% -
XYZ 25.87 13.34 3.22 -
YUV 67.92 112.25 226.49 -
System Red Green Blue C M Y K H S L
Decimal 206 3 40 0 0.99 0.81 0.19 349.06 0.97 0.41
Hex CE 3 28 0 63 51 13 15D 61 29
Octal 316 3 50 0 143 121 23 535 141 51
Binary 11001110 11 101000 0 1100011 1010001 10011 101011101 1100001 101001

Color Harmonies of #CE0328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0328

Black with #CE0328

Text Example


Text Example

White with #CE0328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0328; }

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

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

background-color css

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

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

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

border-color css

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

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

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