Html Css Color HEX #CE0722 Venetian Red

📋 copy color: '#CE0722'

red 206 ◦ green 7 ◦ blue 34

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

Shades of Venetian Red #CE0722

Tints of Venetian Red #CE0722

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.83%

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

R = 83.4%
G = 2.83%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE0722 (or 0xCE0722) is known color: Venetian Red. HEX triplet: CE, 07 and 22. RGB value is (206,7,34). Sum of RGB (Red+Green+Blue) = 206+7+34=247 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.40% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0722 is #31F8DD. Grayscale: #454545. Windows color (decimal): -3274974 or 2230222. OLE color: 2230222.

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

Color convert

RGB 206 7 34 -
CMYK 0 0.97 0.83 0.19
HSL 351.86º 0.93% 0.42% -
HSV(B) 351.86º 0.97% 0.81% -
XYZ 25.82 13.39 2.74 -
YUV 69.58 107.93 225.3 -
System Red Green Blue C M Y K H S L
Decimal 206 7 34 0 0.97 0.83 0.19 351.86 0.93 0.42
Hex CE 7 22 0 61 53 13 160 5D 2A
Octal 316 7 42 0 141 123 23 540 135 52
Binary 11001110 111 100010 0 1100001 1010011 10011 101100000 1011101 101010

Color Harmonies of #CE0722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0722

Black with #CE0722

Text Example


Text Example

White with #CE0722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0722; }

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

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

background-color css

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

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

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

border-color css

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

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

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