Html Css Color HEX #C00F1C Venetian Red

📋 copy color: '#C00F1C'

red 192 ◦ green 15 ◦ blue 28

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

Shades of Venetian Red #C00F1C

Tints of Venetian Red #C00F1C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.38%

 BLUE value IS 28 (11.33% from 255) = 11.91%

R = 81.7%
G = 6.38%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C00F1C (or 0xC00F1C) is known color: Venetian Red. HEX triplet: C0, 0F and 1C. RGB value is (192,15,28). Sum of RGB (Red+Green+Blue) = 192+15+28=235 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.70% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00F1C is #3FF0E3. Grayscale: #454545. Windows color (decimal): -4190436 or 1839040. OLE color: 1839040.

HSL color Cylindrical-coordinate representation of color #C00F1C: hue angle of 355.59º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C00F1C is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 15 28 -
CMYK 0 0.92 0.85 0.25
HSL 355.59º 0.86% 0.41% -
HSV(B) 355.59º 0.92% 0.75% -
XYZ 22.12 11.63 2.18 -
YUV 69.41 104.64 215.44 -
System Red Green Blue C M Y K H S L
Decimal 192 15 28 0 0.92 0.85 0.25 355.59 0.86 0.41
Hex C0 F 1C 0 5C 55 19 164 56 29
Octal 300 17 34 0 134 125 31 544 126 51
Binary 11000000 1111 11100 0 1011100 1010101 11001 101100100 1010110 101001

Color Harmonies of #C00F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00F1C

Black with #C00F1C

Text Example


Text Example

White with #C00F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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