Html Css Color HEX #C3002A Venetian Red

📋 copy color: '#C3002A'

red 195 ◦ green 0 ◦ blue 42

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

Shades of Venetian Red #C3002A

Tints of Venetian Red #C3002A

RGB

 RED value IS 195 (76.56% from 255) = 82.28%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.28%
G = 0%
B = 17.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3002A (or 0xC3002A) is known color: Venetian Red. HEX triplet: C3, 00 and 2A. RGB value is (195,0,42). Sum of RGB (Red+Green+Blue) = 195+0+42=237 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.28% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 195 - color contains mainly: red. Hex color #C3002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3002A is #3CFFD5. Grayscale: #3F3F3F. Windows color (decimal): -3997654 or 2752707. OLE color: 2752707.

HSL color Cylindrical-coordinate representation of color #C3002A: hue angle of 347.08º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3002A is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 0 42 -
CMYK 0 1 0.78 0.24
HSL 347.08º 1% 0.38% -
HSV(B) 347.08º 1% 0.76% -
XYZ 22.92 11.77 3.25 -
YUV 63.09 116.1 222.08 -
System Red Green Blue C M Y K H S L
Decimal 195 0 42 0 1 0.78 0.24 347.08 1 0.38
Hex C3 0 2A 0 64 4E 18 15B 64 26
Octal 303 0 52 0 144 116 30 533 144 46
Binary 11000011 0 101010 0 1100100 1001110 11000 101011011 1100100 100110

Color Harmonies of #C3002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3002A

Black with #C3002A

Text Example


Text Example

White with #C3002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3002A; }

 p { color: rgb(195,0,42); }

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

background-color css

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

 a { background-color: rgb(195,0,42); }

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

border-color css

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

 span { border-color: rgb(195,0,42); }

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