Html Css Color HEX #CE0304 Venetian Red

📋 copy color: '#CE0304'

red 206 ◦ green 3 ◦ blue 4

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

Shades of Venetian Red #CE0304

Tints of Venetian Red #CE0304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.88%

R = 96.71%
G = 1.41%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE0304 (or 0xCE0304) is known color: Venetian Red. HEX triplet: CE, 03 and 04. RGB value is (206,3,4). Sum of RGB (Red+Green+Blue) = 206+3+4=213 (28% of max value = 765). Red value is 206 (80.86% from 255 or 96.71% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0304 is #31FCFB. Grayscale: #404040. Windows color (decimal): -3276028 or 263118. OLE color: 263118.

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

Color convert

RGB 206 3 4 -
CMYK 0 0.99 0.98 0.19
HSL 359.7º 0.97% 0.41% -
HSV(B) 359.7º 0.99% 0.81% -
XYZ 25.51 13.2 1.32 -
YUV 63.81 94.25 229.42 -
System Red Green Blue C M Y K H S L
Decimal 206 3 4 0 0.99 0.98 0.19 359.7 0.97 0.41
Hex CE 3 4 0 63 62 13 168 61 29
Octal 316 3 4 0 143 142 23 550 141 51
Binary 11001110 11 100 0 1100011 1100010 10011 101101000 1100001 101001

Color Harmonies of #CE0304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0304

Black with #CE0304

Text Example


Text Example

White with #CE0304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0304; }

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

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

background-color css

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

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

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

border-color css

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

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

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