Html Css Color HEX #C00327 Venetian Red

📋 copy color: '#C00327'

red 192 ◦ green 3 ◦ blue 39

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

Shades of Venetian Red #C00327

Tints of Venetian Red #C00327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.67%

R = 82.05%
G = 1.28%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C00327 (or 0xC00327) is known color: Venetian Red. HEX triplet: C0, 03 and 27. RGB value is (192,3,39). Sum of RGB (Red+Green+Blue) = 192+3+39=234 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.05% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 192 - color contains mainly: red. Hex color #C00327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00327 is #3FFCD8. Grayscale: #3F3F3F. Windows color (decimal): -4193497 or 2556864. OLE color: 2556864.

HSL color Cylindrical-coordinate representation of color #C00327: hue angle of 348.57º 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 #C00327 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 3 39 -
CMYK 0 0.98 0.80 0.25
HSL 348.57º 0.97% 0.38% -
HSV(B) 348.57º 0.98% 0.75% -
XYZ 22.14 11.42 2.96 -
YUV 63.62 114.12 219.57 -
System Red Green Blue C M Y K H S L
Decimal 192 3 39 0 0.98 0.80 0.25 348.57 0.97 0.38
Hex C0 3 27 0 62 50 19 15D 61 26
Octal 300 3 47 0 142 120 31 535 141 46
Binary 11000000 11 100111 0 1100010 1010000 11001 101011101 1100001 100110

Color Harmonies of #C00327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00327

Black with #C00327

Text Example


Text Example

White with #C00327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00327; }

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

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

background-color css

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

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

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

border-color css

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

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

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