Html Css Color HEX #C00018 Venetian Red

📋 copy color: '#C00018'

red 192 ◦ green 0 ◦ blue 24

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

Shades of Venetian Red #C00018

Tints of Venetian Red #C00018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.11%

R = 88.89%
G = 0%
B = 11.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C00018 (or 0xC00018) is known color: Venetian Red. HEX triplet: C0, 00 and 18. RGB value is (192,0,24). Sum of RGB (Red+Green+Blue) = 192+0+24=216 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.89% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 192 - color contains mainly: red. Hex color #C00018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00018 is #3FFFE7. Grayscale: #3C3C3C. Windows color (decimal): -4194280 or 1573056. OLE color: 1573056.

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

Color convert

RGB 192 0 24 -
CMYK 0 1 0.88 0.25
HSL 352.5º 1% 0.38% -
HSV(B) 352.5º 1% 0.75% -
XYZ 21.9 11.27 1.89 -
YUV 60.14 107.61 222.05 -
System Red Green Blue C M Y K H S L
Decimal 192 0 24 0 1 0.88 0.25 352.5 1 0.38
Hex C0 0 18 0 64 58 19 160 64 26
Octal 300 0 30 0 144 130 31 540 144 46
Binary 11000000 0 11000 0 1100100 1011000 11001 101100000 1100100 100110

Color Harmonies of #C00018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00018

Black with #C00018

Text Example


Text Example

White with #C00018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00018; }

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

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

background-color css

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

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

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

border-color css

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

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

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