Html Css Color HEX #C8010F Venetian Red

📋 copy color: '#C8010F'

red 200 ◦ green 1 ◦ blue 15

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

Shades of Venetian Red #C8010F

Tints of Venetian Red #C8010F

RGB

 RED value IS 200 (78.52% from 255) = 92.59%

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 92.59%
G = 0.46%
B = 6.94%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8010F (or 0xC8010F) is known color: Venetian Red. HEX triplet: C8, 01 and 0F. RGB value is (200,1,15). Sum of RGB (Red+Green+Blue) = 200+1+15=216 (28% of max value = 765). Red value is 200 (78.52% from 255 or 92.59% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 200 - color contains mainly: red. Hex color #C8010F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8010F is #37FEF0. Grayscale: #3E3E3E. Windows color (decimal): -3669745 or 983496. OLE color: 983496.

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

Color convert

RGB 200 1 15 -
CMYK 0 1.00 0.92 0.22
HSL 355.78º 0.99% 0.39% -
HSV(B) 355.78º 1% 0.78% -
XYZ 23.92 12.34 1.57 -
YUV 62.1 101.43 226.36 -
System Red Green Blue C M Y K H S L
Decimal 200 1 15 0 1.00 0.92 0.22 355.78 0.99 0.39
Hex C8 1 F 0 64 5C 16 164 63 27
Octal 310 1 17 0 144 134 26 544 143 47
Binary 11001000 1 1111 0 1100100 1011100 10110 101100100 1100011 100111

Color Harmonies of #C8010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8010F

Black with #C8010F

Text Example


Text Example

White with #C8010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8010F; }

 p { color: rgb(200,1,15); }

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

background-color css

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

 a { background-color: rgb(200,1,15); }

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

border-color css

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

 span { border-color: rgb(200,1,15); }

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