Html Css Color HEX #CE0025 Venetian Red

📋 copy color: '#CE0025'

red 206 ◦ green 0 ◦ blue 37

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

Shades of Venetian Red #CE0025

Tints of Venetian Red #CE0025

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 37 (14.84% from 255) = 15.23%

R = 84.77%
G = 0%
B = 15.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE0025 (or 0xCE0025) is known color: Venetian Red. HEX triplet: CE, 00 and 25. RGB value is (206,0,37). Sum of RGB (Red+Green+Blue) = 206+0+37=243 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.77% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0025 is #31FFDA. Grayscale: #414141. Windows color (decimal): -3276763 or 2425038. OLE color: 2425038.

HSL color Cylindrical-coordinate representation of color #CE0025: hue angle of 349.22º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0025 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 0 37 -
CMYK 0 1 0.82 0.19
HSL 349.22º 1% 0.4% -
HSV(B) 349.22º 1% 0.81% -
XYZ 25.79 13.26 2.95 -
YUV 65.81 111.75 227.99 -
System Red Green Blue C M Y K H S L
Decimal 206 0 37 0 1 0.82 0.19 349.22 1 0.4
Hex CE 0 25 0 64 52 13 15D 64 28
Octal 316 0 45 0 144 122 23 535 144 50
Binary 11001110 0 100101 0 1100100 1010010 10011 101011101 1100100 101000

Color Harmonies of #CE0025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0025

Black with #CE0025

Text Example


Text Example

White with #CE0025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0025; }

 p { color: rgb(206,0,37); }

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

background-color css

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

 a { background-color: rgb(206,0,37); }

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

border-color css

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

 span { border-color: rgb(206,0,37); }

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