Html Css Color HEX #CE0125 Venetian Red

📋 copy color: '#CE0125'

red 206 ◦ green 1 ◦ blue 37

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

Shades of Venetian Red #CE0125

Tints of Venetian Red #CE0125

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 84.43%
G = 0.41%
B = 15.16%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE0125 (or 0xCE0125) is known color: Venetian Red. HEX triplet: CE, 01 and 25. RGB value is (206,1,37). Sum of RGB (Red+Green+Blue) = 206+1+37=244 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.43% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0125 is #31FEDA. Grayscale: #424242. Windows color (decimal): -3276507 or 2425294. OLE color: 2425294.

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

Color convert

RGB 206 1 37 -
CMYK 0 1.00 0.82 0.19
HSL 349.46º 0.99% 0.41% -
HSV(B) 349.46º 1% 0.81% -
XYZ 25.8 13.28 2.95 -
YUV 66.4 111.42 227.57 -
System Red Green Blue C M Y K H S L
Decimal 206 1 37 0 1.00 0.82 0.19 349.46 0.99 0.41
Hex CE 1 25 0 64 52 13 15D 63 29
Octal 316 1 45 0 144 122 23 535 143 51
Binary 11001110 1 100101 0 1100100 1010010 10011 101011101 1100011 101001

Color Harmonies of #CE0125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0125

Black with #CE0125

Text Example


Text Example

White with #CE0125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0125; }

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

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

background-color css

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

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

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

border-color css

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

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

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