Html Css Color HEX #C5000F Venetian Red

📋 copy color: '#C5000F'

red 197 ◦ green 0 ◦ blue 15

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

Shades of Venetian Red #C5000F

Tints of Venetian Red #C5000F

RGB

 RED value IS 197 (77.34% from 255) = 92.92%

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

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

R = 92.92%
G = 0%
B = 7.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C5000F (or 0xC5000F) is known color: Venetian Red. HEX triplet: C5, 00 and 0F. RGB value is (197,0,15). Sum of RGB (Red+Green+Blue) = 197+0+15=212 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.92% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 197 - color contains mainly: red. Hex color #C5000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5000F is #3AFFF0. Grayscale: #3C3C3C. Windows color (decimal): -3866609 or 983237. OLE color: 983237.

HSL color Cylindrical-coordinate representation of color #C5000F: hue angle of 355.43º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5000F is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 0 15 -
CMYK 0 1 0.92 0.23
HSL 355.43º 1% 0.39% -
HSV(B) 355.43º 1% 0.77% -
XYZ 23.11 11.9 1.53 -
YUV 60.61 102.27 225.28 -
System Red Green Blue C M Y K H S L
Decimal 197 0 15 0 1 0.92 0.23 355.43 1 0.39
Hex C5 0 F 0 64 5C 17 163 64 27
Octal 305 0 17 0 144 134 27 543 144 47
Binary 11000101 0 1111 0 1100100 1011100 10111 101100011 1100100 100111

Color Harmonies of #C5000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5000F

Black with #C5000F

Text Example


Text Example

White with #C5000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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