Html Css Color HEX #CE0023 Venetian Red

📋 copy color: '#CE0023'

red 206 ◦ green 0 ◦ blue 35

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

Shades of Venetian Red #CE0023

Tints of Venetian Red #CE0023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.52%

R = 85.48%
G = 0%
B = 14.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE0023 (or 0xCE0023) is known color: Venetian Red. HEX triplet: CE, 00 and 23. RGB value is (206,0,35). Sum of RGB (Red+Green+Blue) = 206+0+35=241 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.48% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0023 is #31FFDC. Grayscale: #414141. Windows color (decimal): -3276765 or 2293966. OLE color: 2293966.

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

Color convert

RGB 206 0 35 -
CMYK 0 1 0.83 0.19
HSL 349.81º 1% 0.4% -
HSV(B) 349.81º 1% 0.81% -
XYZ 25.76 13.24 2.79 -
YUV 65.58 110.75 228.15 -
System Red Green Blue C M Y K H S L
Decimal 206 0 35 0 1 0.83 0.19 349.81 1 0.4
Hex CE 0 23 0 64 53 13 15E 64 28
Octal 316 0 43 0 144 123 23 536 144 50
Binary 11001110 0 100011 0 1100100 1010011 10011 101011110 1100100 101000

Color Harmonies of #CE0023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0023

Black with #CE0023

Text Example


Text Example

White with #CE0023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0023; }

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

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

background-color css

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

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

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

border-color css

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

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

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