Html Css Color HEX #CE0309 Venetian Red

📋 copy color: '#CE0309'

red 206 ◦ green 3 ◦ blue 9

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

Shades of Venetian Red #CE0309

Tints of Venetian Red #CE0309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.13%

R = 94.5%
G = 1.38%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CE0309 (or 0xCE0309) is known color: Venetian Red. HEX triplet: CE, 03 and 09. RGB value is (206,3,9). Sum of RGB (Red+Green+Blue) = 206+3+9=218 (28% of max value = 765). Red value is 206 (80.86% from 255 or 94.50% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0309 is #31FCF6. Grayscale: #404040. Windows color (decimal): -3276023 or 590798. OLE color: 590798.

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

Color convert

RGB 206 3 9 -
CMYK 0 0.99 0.96 0.19
HSL 358.23º 0.97% 0.41% -
HSV(B) 358.23º 0.99% 0.81% -
XYZ 25.54 13.21 1.46 -
YUV 64.38 96.75 229.01 -
System Red Green Blue C M Y K H S L
Decimal 206 3 9 0 0.99 0.96 0.19 358.23 0.97 0.41
Hex CE 3 9 0 63 60 13 166 61 29
Octal 316 3 11 0 143 140 23 546 141 51
Binary 11001110 11 1001 0 1100011 1100000 10011 101100110 1100001 101001

Color Harmonies of #CE0309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0309

Black with #CE0309

Text Example


Text Example

White with #CE0309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0309; }

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

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

background-color css

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

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

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

border-color css

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

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

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