Html Css Color HEX #C8042A Venetian Red

📋 copy color: '#C8042A'

red 200 ◦ green 4 ◦ blue 42

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

Shades of Venetian Red #C8042A

Tints of Venetian Red #C8042A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

 BLUE value IS 42 (16.8% from 255) = 17.07%

R = 81.3%
G = 1.63%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8042A (or 0xC8042A) is known color: Venetian Red. HEX triplet: C8, 04 and 2A. RGB value is (200,4,42). Sum of RGB (Red+Green+Blue) = 200+4+42=246 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.30% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 200 - color contains mainly: red. Hex color #C8042A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8042A is #37FBD5. Grayscale: #424242. Windows color (decimal): -3668950 or 2753736. OLE color: 2753736.

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

Color convert

RGB 200 4 42 -
CMYK 0 0.98 0.79 0.22
HSL 348.37º 0.96% 0.4% -
HSV(B) 348.37º 0.98% 0.78% -
XYZ 24.28 12.53 3.33 -
YUV 66.94 113.93 222.91 -
System Red Green Blue C M Y K H S L
Decimal 200 4 42 0 0.98 0.79 0.22 348.37 0.96 0.4
Hex C8 4 2A 0 62 4F 16 15C 60 28
Octal 310 4 52 0 142 117 26 534 140 50
Binary 11001000 100 101010 0 1100010 1001111 10110 101011100 1100000 101000

Color Harmonies of #C8042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8042A

Black with #C8042A

Text Example


Text Example

White with #C8042A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8042A; }

 p { color: rgb(200,4,42); }

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

background-color css

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

 a { background-color: rgb(200,4,42); }

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

border-color css

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

 span { border-color: rgb(200,4,42); }

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