Html Css Color HEX #C2030A Venetian Red

📋 copy color: '#C2030A'

red 194 ◦ green 3 ◦ blue 10

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

Shades of Venetian Red #C2030A

Tints of Venetian Red #C2030A

RGB

 RED value IS 194 (76.17% from 255) = 93.72%

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

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

R = 93.72%
G = 1.45%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C2030A (or 0xC2030A) is known color: Venetian Red. HEX triplet: C2, 03 and 0A. RGB value is (194,3,10). Sum of RGB (Red+Green+Blue) = 194+3+10=207 (27% of max value = 765). Red value is 194 (76.17% from 255 or 93.72% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 194 - color contains mainly: red. Hex color #C2030A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2030A is #3DFCF5. Grayscale: #3D3D3D. Windows color (decimal): -4062454 or 656322. OLE color: 656322.

HSL color Cylindrical-coordinate representation of color #C2030A: hue angle of 357.8º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2030A is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 3 10 -
CMYK 0 0.98 0.95 0.24
HSL 357.8º 0.97% 0.39% -
HSV(B) 357.8º 0.98% 0.76% -
XYZ 22.34 11.56 1.34 -
YUV 60.91 99.28 222.93 -
System Red Green Blue C M Y K H S L
Decimal 194 3 10 0 0.98 0.95 0.24 357.8 0.97 0.39
Hex C2 3 A 0 62 5F 18 166 61 27
Octal 302 3 12 0 142 137 30 546 141 47
Binary 11000010 11 1010 0 1100010 1011111 11000 101100110 1100001 100111

Color Harmonies of #C2030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2030A

Black with #C2030A

Text Example


Text Example

White with #C2030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2030A; }

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

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

background-color css

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

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

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

border-color css

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

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

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