Html Css Color HEX #CE0127 Venetian Red

📋 copy color: '#CE0127'

red 206 ◦ green 1 ◦ blue 39

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

Shades of Venetian Red #CE0127

Tints of Venetian Red #CE0127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.85%

R = 83.74%
G = 0.41%
B = 15.85%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE0127 (or 0xCE0127) is known color: Venetian Red. HEX triplet: CE, 01 and 27. RGB value is (206,1,39). Sum of RGB (Red+Green+Blue) = 206+1+39=246 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.74% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0127 is #31FED8. Grayscale: #424242. Windows color (decimal): -3276505 or 2556366. OLE color: 2556366.

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

Color convert

RGB 206 1 39 -
CMYK 0 1.00 0.81 0.19
HSL 348.88º 0.99% 0.41% -
HSV(B) 348.88º 1% 0.81% -
XYZ 25.83 13.29 3.12 -
YUV 66.63 112.42 227.41 -
System Red Green Blue C M Y K H S L
Decimal 206 1 39 0 1.00 0.81 0.19 348.88 0.99 0.41
Hex CE 1 27 0 64 51 13 15D 63 29
Octal 316 1 47 0 144 121 23 535 143 51
Binary 11001110 1 100111 0 1100100 1010001 10011 101011101 1100011 101001

Color Harmonies of #CE0127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0127

Black with #CE0127

Text Example


Text Example

White with #CE0127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0127; }

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

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

background-color css

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

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

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

border-color css

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

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

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