Html Css Color HEX #C00203 Venetian Red

📋 copy color: '#C00203'

red 192 ◦ green 2 ◦ blue 3

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

Shades of Venetian Red #C00203

Tints of Venetian Red #C00203

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

 BLUE value IS 3 (1.56% from 255) = 1.52%

R = 97.46%
G = 1.02%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C00203 (or 0xC00203) is known color: Venetian Red. HEX triplet: C0, 02 and 03. RGB value is (192,2,3). Sum of RGB (Red+Green+Blue) = 192+2+3=197 (26% of max value = 765). Red value is 192 (75.39% from 255 or 97.46% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 3 (1.56% from 255 or 1.52% from 197); Max value from RGB is 192 - color contains mainly: red. Hex color #C00203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00203 is #3FFDFC. Grayscale: #3B3B3B. Windows color (decimal): -4193789 or 197312. OLE color: 197312.

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

Color convert

RGB 192 2 3 -
CMYK 0 0.99 0.98 0.25
HSL 359.68º 0.98% 0.38% -
HSV(B) 359.68º 0.99% 0.75% -
XYZ 21.78 11.26 1.11 -
YUV 58.92 96.45 222.92 -
System Red Green Blue C M Y K H S L
Decimal 192 2 3 0 0.99 0.98 0.25 359.68 0.98 0.38
Hex C0 2 3 0 63 62 19 168 62 26
Octal 300 2 3 0 143 142 31 550 142 46
Binary 11000000 10 11 0 1100011 1100010 11001 101101000 1100010 100110

Color Harmonies of #C00203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00203

Black with #C00203

Text Example


Text Example

White with #C00203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00203; }

 p { color: rgb(192,2,3); }

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

background-color css

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

 a { background-color: rgb(192,2,3); }

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

border-color css

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

 span { border-color: rgb(192,2,3); }

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