Html Css Color HEX #CE0522 Venetian Red

📋 copy color: '#CE0522'

red 206 ◦ green 5 ◦ blue 34

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

Shades of Venetian Red #CE0522

Tints of Venetian Red #CE0522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.04%

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

R = 84.08%
G = 2.04%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE0522 (or 0xCE0522) is known color: Venetian Red. HEX triplet: CE, 05 and 22. RGB value is (206,5,34). Sum of RGB (Red+Green+Blue) = 206+5+34=245 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.08% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0522 is #31FADD. Grayscale: #444444. Windows color (decimal): -3275486 or 2229710. OLE color: 2229710.

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

Color convert

RGB 206 5 34 -
CMYK 0 0.98 0.83 0.19
HSL 351.34º 0.95% 0.41% -
HSV(B) 351.34º 0.98% 0.81% -
XYZ 25.8 13.35 2.73 -
YUV 68.41 108.59 226.14 -
System Red Green Blue C M Y K H S L
Decimal 206 5 34 0 0.98 0.83 0.19 351.34 0.95 0.41
Hex CE 5 22 0 62 53 13 15F 5F 29
Octal 316 5 42 0 142 123 23 537 137 51
Binary 11001110 101 100010 0 1100010 1010011 10011 101011111 1011111 101001

Color Harmonies of #CE0522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0522

Black with #CE0522

Text Example


Text Example

White with #CE0522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0522; }

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

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

background-color css

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

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

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

border-color css

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

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

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