Html Css Color HEX #C80325 Venetian Red

📋 copy color: '#C80325'

red 200 ◦ green 3 ◦ blue 37

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

Shades of Venetian Red #C80325

Tints of Venetian Red #C80325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.42%

R = 83.33%
G = 1.25%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C80325 (or 0xC80325) is known color: Venetian Red. HEX triplet: C8, 03 and 25. RGB value is (200,3,37). Sum of RGB (Red+Green+Blue) = 200+3+37=240 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.33% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 200 - color contains mainly: red. Hex color #C80325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80325 is #37FCDA. Grayscale: #414141. Windows color (decimal): -3669211 or 2425800. OLE color: 2425800.

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

Color convert

RGB 200 3 37 -
CMYK 0 0.98 0.82 0.22
HSL 349.64º 0.97% 0.4% -
HSV(B) 349.64º 0.99% 0.78% -
XYZ 24.19 12.48 2.88 -
YUV 65.78 111.77 223.74 -
System Red Green Blue C M Y K H S L
Decimal 200 3 37 0 0.98 0.82 0.22 349.64 0.97 0.4
Hex C8 3 25 0 62 52 16 15E 61 28
Octal 310 3 45 0 142 122 26 536 141 50
Binary 11001000 11 100101 0 1100010 1010010 10110 101011110 1100001 101000

Color Harmonies of #C80325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80325

Black with #C80325

Text Example


Text Example

White with #C80325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80325; }

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

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

background-color css

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

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

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

border-color css

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

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

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