Html Css Color HEX #C00025 Venetian Red

📋 copy color: '#C00025'

red 192 ◦ green 0 ◦ blue 37

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

Shades of Venetian Red #C00025

Tints of Venetian Red #C00025

RGB

 RED value IS 192 (75.39% from 255) = 83.84%

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

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

R = 83.84%
G = 0%
B = 16.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C00025 (or 0xC00025) is known color: Venetian Red. HEX triplet: C0, 00 and 25. RGB value is (192,0,37). Sum of RGB (Red+Green+Blue) = 192+0+37=229 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.84% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 192 - color contains mainly: red. Hex color #C00025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00025 is #3FFFDA. Grayscale: #3D3D3D. Windows color (decimal): -4194267 or 2425024. OLE color: 2425024.

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

Color convert

RGB 192 0 37 -
CMYK 0 1 0.81 0.25
HSL 348.44º 1% 0.38% -
HSV(B) 348.44º 1% 0.75% -
XYZ 22.07 11.34 2.78 -
YUV 61.63 114.11 220.99 -
System Red Green Blue C M Y K H S L
Decimal 192 0 37 0 1 0.81 0.25 348.44 1 0.38
Hex C0 0 25 0 64 51 19 15C 64 26
Octal 300 0 45 0 144 121 31 534 144 46
Binary 11000000 0 100101 0 1100100 1010001 11001 101011100 1100100 100110

Color Harmonies of #C00025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00025

Black with #C00025

Text Example


Text Example

White with #C00025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00025; }

 p { color: rgb(192,0,37); }

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

background-color css

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

 a { background-color: rgb(192,0,37); }

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

border-color css

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

 span { border-color: rgb(192,0,37); }

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