Html Css Color HEX #C00323 Venetian Red

📋 copy color: '#C00323'

red 192 ◦ green 3 ◦ blue 35

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

Shades of Venetian Red #C00323

Tints of Venetian Red #C00323

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.3%

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

R = 83.48%
G = 1.3%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C00323 (or 0xC00323) is known color: Venetian Red. HEX triplet: C0, 03 and 23. RGB value is (192,3,35). Sum of RGB (Red+Green+Blue) = 192+3+35=230 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.48% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 35 (14.06% from 255 or 15.22% from 230); Max value from RGB is 192 - color contains mainly: red. Hex color #C00323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00323 is #3FFCDC. Grayscale: #3F3F3F. Windows color (decimal): -4193501 or 2294720. OLE color: 2294720.

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

Color convert

RGB 192 3 35 -
CMYK 0 0.98 0.82 0.25
HSL 349.84º 0.97% 0.38% -
HSV(B) 349.84º 0.98% 0.75% -
XYZ 22.07 11.39 2.63 -
YUV 63.16 112.12 219.9 -
System Red Green Blue C M Y K H S L
Decimal 192 3 35 0 0.98 0.82 0.25 349.84 0.97 0.38
Hex C0 3 23 0 62 52 19 15E 61 26
Octal 300 3 43 0 142 122 31 536 141 46
Binary 11000000 11 100011 0 1100010 1010010 11001 101011110 1100001 100110

Color Harmonies of #C00323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00323

Black with #C00323

Text Example


Text Example

White with #C00323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00323; }

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

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

background-color css

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

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

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

border-color css

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

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

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