Html Css Color HEX #CE0124 Venetian Red

📋 copy color: '#CE0124'

red 206 ◦ green 1 ◦ blue 36

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

Shades of Venetian Red #CE0124

Tints of Venetian Red #CE0124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.81%

R = 84.77%
G = 0.41%
B = 14.81%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE0124 (or 0xCE0124) is known color: Venetian Red. HEX triplet: CE, 01 and 24. RGB value is (206,1,36). Sum of RGB (Red+Green+Blue) = 206+1+36=243 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.77% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 36 (14.45% from 255 or 14.81% from 243); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0124 is #31FEDB. Grayscale: #424242. Windows color (decimal): -3276508 or 2359758. OLE color: 2359758.

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

Color convert

RGB 206 1 36 -
CMYK 0 1.00 0.83 0.19
HSL 349.76º 0.99% 0.41% -
HSV(B) 349.76º 1% 0.81% -
XYZ 25.78 13.27 2.87 -
YUV 66.29 110.92 227.65 -
System Red Green Blue C M Y K H S L
Decimal 206 1 36 0 1.00 0.83 0.19 349.76 0.99 0.41
Hex CE 1 24 0 64 53 13 15E 63 29
Octal 316 1 44 0 144 123 23 536 143 51
Binary 11001110 1 100100 0 1100100 1010011 10011 101011110 1100011 101001

Color Harmonies of #CE0124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0124

Black with #CE0124

Text Example


Text Example

White with #CE0124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0124; }

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

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

background-color css

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

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

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

border-color css

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

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

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