Html Css Color HEX #C0000F Venetian Red

📋 copy color: '#C0000F'

red 192 ◦ green 0 ◦ blue 15

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

Shades of Venetian Red #C0000F

Tints of Venetian Red #C0000F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.25%

R = 92.75%
G = 0%
B = 7.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0000F (or 0xC0000F) is known color: Venetian Red. HEX triplet: C0, 00 and 0F. RGB value is (192,0,15). Sum of RGB (Red+Green+Blue) = 192+0+15=207 (27% of max value = 765). Red value is 192 (75.39% from 255 or 92.75% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 192 - color contains mainly: red. Hex color #C0000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0000F is #3FFFF0. Grayscale: #3B3B3B. Windows color (decimal): -4194289 or 983232. OLE color: 983232.

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

Color convert

RGB 192 0 15 -
CMYK 0 1 0.92 0.25
HSL 355.31º 1% 0.38% -
HSV(B) 355.31º 1% 0.75% -
XYZ 21.82 11.24 1.47 -
YUV 59.12 103.11 222.78 -
System Red Green Blue C M Y K H S L
Decimal 192 0 15 0 1 0.92 0.25 355.31 1 0.38
Hex C0 0 F 0 64 5C 19 163 64 26
Octal 300 0 17 0 144 134 31 543 144 46
Binary 11000000 0 1111 0 1100100 1011100 11001 101100011 1100100 100110

Color Harmonies of #C0000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0000F

Black with #C0000F

Text Example


Text Example

White with #C0000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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