Html Css Color HEX #C90025 Venetian Red

📋 copy color: '#C90025'

red 201 ◦ green 0 ◦ blue 37

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

Shades of Venetian Red #C90025

Tints of Venetian Red #C90025

RGB

 RED value IS 201 (78.91% from 255) = 84.45%

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

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

R = 84.45%
G = 0%
B = 15.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C90025 (or 0xC90025) is known color: Venetian Red. HEX triplet: C9, 00 and 25. RGB value is (201,0,37). Sum of RGB (Red+Green+Blue) = 201+0+37=238 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.45% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 201 - color contains mainly: red. Hex color #C90025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90025 is #36FFDA. Grayscale: #404040. Windows color (decimal): -3604443 or 2425033. OLE color: 2425033.

HSL color Cylindrical-coordinate representation of color #C90025: hue angle of 348.96º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90025 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 0 37 -
CMYK 0 1 0.82 0.21
HSL 348.96º 1% 0.39% -
HSV(B) 348.96º 1% 0.79% -
XYZ 24.42 12.55 2.89 -
YUV 64.32 112.59 225.49 -
System Red Green Blue C M Y K H S L
Decimal 201 0 37 0 1 0.82 0.21 348.96 1 0.39
Hex C9 0 25 0 64 52 15 15D 64 27
Octal 311 0 45 0 144 122 25 535 144 47
Binary 11001001 0 100101 0 1100100 1010010 10101 101011101 1100100 100111

Color Harmonies of #C90025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90025

Black with #C90025

Text Example


Text Example

White with #C90025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90025; }

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

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

background-color css

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

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

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

border-color css

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

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

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