Html Css Color HEX #C9030B Venetian Red

📋 copy color: '#C9030B'

red 201 ◦ green 3 ◦ blue 11

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

Shades of Venetian Red #C9030B

Tints of Venetian Red #C9030B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.12%

R = 93.49%
G = 1.4%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C9030B (or 0xC9030B) is known color: Venetian Red. HEX triplet: C9, 03 and 0B. RGB value is (201,3,11). Sum of RGB (Red+Green+Blue) = 201+3+11=215 (28% of max value = 765). Red value is 201 (78.91% from 255 or 93.49% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 201 - color contains mainly: red. Hex color #C9030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9030B is #36FCF4. Grayscale: #3F3F3F. Windows color (decimal): -3603701 or 721865. OLE color: 721865.

HSL color Cylindrical-coordinate representation of color #C9030B: hue angle of 357.58º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9030B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 3 11 -
CMYK 0 0.99 0.95 0.21
HSL 357.58º 0.97% 0.4% -
HSV(B) 357.58º 0.99% 0.79% -
XYZ 24.18 12.51 1.46 -
YUV 63.11 98.6 226.35 -
System Red Green Blue C M Y K H S L
Decimal 201 3 11 0 0.99 0.95 0.21 357.58 0.97 0.4
Hex C9 3 B 0 63 5F 15 166 61 28
Octal 311 3 13 0 143 137 25 546 141 50
Binary 11001001 11 1011 0 1100011 1011111 10101 101100110 1100001 101000

Color Harmonies of #C9030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9030B

Black with #C9030B

Text Example


Text Example

White with #C9030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9030B; }

 p { color: rgb(201,3,11); }

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

background-color css

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

 a { background-color: rgb(201,3,11); }

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

border-color css

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

 span { border-color: rgb(201,3,11); }

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