Html Css Color HEX #C8020F Venetian Red

📋 copy color: '#C8020F'

red 200 ◦ green 2 ◦ blue 15

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

Shades of Venetian Red #C8020F

Tints of Venetian Red #C8020F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

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

R = 92.17%
G = 0.92%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8020F (or 0xC8020F) is known color: Venetian Red. HEX triplet: C8, 02 and 0F. RGB value is (200,2,15). Sum of RGB (Red+Green+Blue) = 200+2+15=217 (28% of max value = 765). Red value is 200 (78.52% from 255 or 92.17% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 200 - color contains mainly: red. Hex color #C8020F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8020F is #37FDF0. Grayscale: #3E3E3E. Windows color (decimal): -3669489 or 983752. OLE color: 983752.

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

Color convert

RGB 200 2 15 -
CMYK 0 0.99 0.92 0.22
HSL 356.06º 0.98% 0.4% -
HSV(B) 356.06º 0.99% 0.78% -
XYZ 23.93 12.36 1.58 -
YUV 62.68 101.1 225.94 -
System Red Green Blue C M Y K H S L
Decimal 200 2 15 0 0.99 0.92 0.22 356.06 0.98 0.4
Hex C8 2 F 0 63 5C 16 164 62 28
Octal 310 2 17 0 143 134 26 544 142 50
Binary 11001000 10 1111 0 1100011 1011100 10110 101100100 1100010 101000

Color Harmonies of #C8020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8020F

Black with #C8020F

Text Example


Text Example

White with #C8020F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8020F; }

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

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

background-color css

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

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

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

border-color css

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

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

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