Html Css Color HEX #CE050A Venetian Red

📋 copy color: '#CE050A'

red 206 ◦ green 5 ◦ blue 10

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

Shades of Venetian Red #CE050A

Tints of Venetian Red #CE050A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.52%

R = 93.21%
G = 2.26%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE050A (or 0xCE050A) is known color: Venetian Red. HEX triplet: CE, 05 and 0A. RGB value is (206,5,10). Sum of RGB (Red+Green+Blue) = 206+5+10=221 (29% of max value = 765). Red value is 206 (80.86% from 255 or 93.21% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 206 - color contains mainly: red. Hex color #CE050A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE050A is #31FAF5. Grayscale: #414141. Windows color (decimal): -3275510 or 656846. OLE color: 656846.

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

Color convert

RGB 206 5 10 -
CMYK 0 0.98 0.95 0.19
HSL 358.51º 0.95% 0.41% -
HSV(B) 358.51º 0.98% 0.81% -
XYZ 25.56 13.25 1.5 -
YUV 65.67 96.59 228.09 -
System Red Green Blue C M Y K H S L
Decimal 206 5 10 0 0.98 0.95 0.19 358.51 0.95 0.41
Hex CE 5 A 0 62 5F 13 167 5F 29
Octal 316 5 12 0 142 137 23 547 137 51
Binary 11001110 101 1010 0 1100010 1011111 10011 101100111 1011111 101001

Color Harmonies of #CE050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE050A

Black with #CE050A

Text Example


Text Example

White with #CE050A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE050A; }

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

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

background-color css

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

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

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

border-color css

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

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

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