Html Css Color HEX #C8030A Venetian Red

📋 copy color: '#C8030A'

red 200 ◦ green 3 ◦ blue 10

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

Shades of Venetian Red #C8030A

Tints of Venetian Red #C8030A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.69%

R = 93.9%
G = 1.41%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C8030A (or 0xC8030A) is known color: Venetian Red. HEX triplet: C8, 03 and 0A. RGB value is (200,3,10). Sum of RGB (Red+Green+Blue) = 200+3+10=213 (28% of max value = 765). Red value is 200 (78.52% from 255 or 93.90% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 200 - color contains mainly: red. Hex color #C8030A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8030A is #37FCF5. Grayscale: #3E3E3E. Windows color (decimal): -3669238 or 656328. OLE color: 656328.

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

Color convert

RGB 200 3 10 -
CMYK 0 0.98 0.95 0.22
HSL 357.87º 0.97% 0.4% -
HSV(B) 357.87º 0.99% 0.78% -
XYZ 23.91 12.37 1.41 -
YUV 62.7 98.27 225.93 -
System Red Green Blue C M Y K H S L
Decimal 200 3 10 0 0.98 0.95 0.22 357.87 0.97 0.4
Hex C8 3 A 0 62 5F 16 166 61 28
Octal 310 3 12 0 142 137 26 546 141 50
Binary 11001000 11 1010 0 1100010 1011111 10110 101100110 1100001 101000

Color Harmonies of #C8030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8030A

Black with #C8030A

Text Example


Text Example

White with #C8030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8030A; }

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

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

background-color css

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

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

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

border-color css

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

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

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