Html Css Color HEX #CE050F Venetian Red

📋 copy color: '#CE050F'

red 206 ◦ green 5 ◦ blue 15

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

Shades of Venetian Red #CE050F

Tints of Venetian Red #CE050F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.64%

R = 91.15%
G = 2.21%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE050F (or 0xCE050F) is known color: Venetian Red. HEX triplet: CE, 05 and 0F. RGB value is (206,5,15). Sum of RGB (Red+Green+Blue) = 206+5+15=226 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.15% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 206 - color contains mainly: red. Hex color #CE050F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE050F is #31FAF0. Grayscale: #424242. Windows color (decimal): -3275505 or 984526. OLE color: 984526.

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

Color convert

RGB 206 5 15 -
CMYK 0 0.98 0.93 0.19
HSL 357.01º 0.95% 0.41% -
HSV(B) 357.01º 0.98% 0.81% -
XYZ 25.59 13.26 1.66 -
YUV 66.24 99.09 227.69 -
System Red Green Blue C M Y K H S L
Decimal 206 5 15 0 0.98 0.93 0.19 357.01 0.95 0.41
Hex CE 5 F 0 62 5D 13 165 5F 29
Octal 316 5 17 0 142 135 23 545 137 51
Binary 11001110 101 1111 0 1100010 1011101 10011 101100101 1011111 101001

Color Harmonies of #CE050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE050F

Black with #CE050F

Text Example


Text Example

White with #CE050F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE050F; }

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

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

background-color css

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

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

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

border-color css

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

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

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