Html Css Color HEX #C8030F Venetian Red

📋 copy color: '#C8030F'

red 200 ◦ green 3 ◦ blue 15

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

Shades of Venetian Red #C8030F

Tints of Venetian Red #C8030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

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

R = 91.74%
G = 1.38%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8030F (or 0xC8030F) is known color: Venetian Red. HEX triplet: C8, 03 and 0F. RGB value is (200,3,15). Sum of RGB (Red+Green+Blue) = 200+3+15=218 (28% of max value = 765). Red value is 200 (78.52% from 255 or 91.74% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 200 - color contains mainly: red. Hex color #C8030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8030F is #37FCF0. Grayscale: #3F3F3F. Windows color (decimal): -3669233 or 984008. OLE color: 984008.

HSL color Cylindrical-coordinate representation of color #C8030F: hue angle of 356.35º degrees, saturation: 0.97, 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 #C8030F is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 3 15 -
CMYK 0 0.98 0.92 0.22
HSL 356.35º 0.97% 0.4% -
HSV(B) 356.35º 0.99% 0.78% -
XYZ 23.94 12.38 1.58 -
YUV 63.27 100.77 225.52 -
System Red Green Blue C M Y K H S L
Decimal 200 3 15 0 0.98 0.92 0.22 356.35 0.97 0.4
Hex C8 3 F 0 62 5C 16 164 61 28
Octal 310 3 17 0 142 134 26 544 141 50
Binary 11001000 11 1111 0 1100010 1011100 10110 101100100 1100001 101000

Color Harmonies of #C8030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8030F

Black with #C8030F

Text Example


Text Example

White with #C8030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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