Html Css Color HEX #CE0322 Venetian Red

📋 copy color: '#CE0322'

red 206 ◦ green 3 ◦ blue 34

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

Shades of Venetian Red #CE0322

Tints of Venetian Red #CE0322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.99%

R = 84.77%
G = 1.23%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE0322 (or 0xCE0322) is known color: Venetian Red. HEX triplet: CE, 03 and 22. RGB value is (206,3,34). Sum of RGB (Red+Green+Blue) = 206+3+34=243 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.77% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0322 is #31FCDD. Grayscale: #434343. Windows color (decimal): -3275998 or 2229198. OLE color: 2229198.

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

Color convert

RGB 206 3 34 -
CMYK 0 0.99 0.83 0.19
HSL 350.84º 0.97% 0.41% -
HSV(B) 350.84º 0.99% 0.81% -
XYZ 25.77 13.3 2.72 -
YUV 67.23 109.25 226.98 -
System Red Green Blue C M Y K H S L
Decimal 206 3 34 0 0.99 0.83 0.19 350.84 0.97 0.41
Hex CE 3 22 0 63 53 13 15F 61 29
Octal 316 3 42 0 143 123 23 537 141 51
Binary 11001110 11 100010 0 1100011 1010011 10011 101011111 1100001 101001

Color Harmonies of #CE0322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0322

Black with #CE0322

Text Example


Text Example

White with #CE0322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0322; }

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

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

background-color css

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

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

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

border-color css

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

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

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