Html Css Color HEX #C00023 Venetian Red

📋 copy color: '#C00023'

red 192 ◦ green 0 ◦ blue 35

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

Shades of Venetian Red #C00023

Tints of Venetian Red #C00023

RGB

 RED value IS 192 (75.39% from 255) = 84.58%

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

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

R = 84.58%
G = 0%
B = 15.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C00023 (or 0xC00023) is known color: Venetian Red. HEX triplet: C0, 00 and 23. RGB value is (192,0,35). Sum of RGB (Red+Green+Blue) = 192+0+35=227 (30% of max value = 765). Red value is 192 (75.39% from 255 or 84.58% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 192 - color contains mainly: red. Hex color #C00023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00023 is #3FFFDC. Grayscale: #3D3D3D. Windows color (decimal): -4194269 or 2293952. OLE color: 2293952.

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

Color convert

RGB 192 0 35 -
CMYK 0 1 0.82 0.25
HSL 349.06º 1% 0.38% -
HSV(B) 349.06º 1% 0.75% -
XYZ 22.04 11.33 2.61 -
YUV 61.4 113.11 221.15 -
System Red Green Blue C M Y K H S L
Decimal 192 0 35 0 1 0.82 0.25 349.06 1 0.38
Hex C0 0 23 0 64 52 19 15D 64 26
Octal 300 0 43 0 144 122 31 535 144 46
Binary 11000000 0 100011 0 1100100 1010010 11001 101011101 1100100 100110

Color Harmonies of #C00023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00023

Black with #C00023

Text Example


Text Example

White with #C00023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00023; }

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

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

background-color css

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

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

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

border-color css

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

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

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