Html Css Color HEX #CF091B Venetian Red

📋 copy color: '#CF091B'

red 207 ◦ green 9 ◦ blue 27

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

Shades of Venetian Red #CF091B

Tints of Venetian Red #CF091B

RGB

 RED value IS 207 (81.25% from 255) = 85.19%

 GREEN value IS 9 (3.91% from 255) = 3.7%

 BLUE value IS 27 (10.94% from 255) = 11.11%

R = 85.19%
G = 3.7%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF091B (or 0xCF091B) is known color: Venetian Red. HEX triplet: CF, 09 and 1B. RGB value is (207,9,27). Sum of RGB (Red+Green+Blue) = 207+9+27=243 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.19% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 207 - color contains mainly: red. Hex color #CF091B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF091B is #30F6E4. Grayscale: #464646. Windows color (decimal): -3208933 or 1771983. OLE color: 1771983.

HSL color Cylindrical-coordinate representation of color #CF091B: hue angle of 354.55º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF091B is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 9 27 -
CMYK 0 0.96 0.87 0.19
HSL 354.55º 0.92% 0.42% -
HSV(B) 354.55º 0.96% 0.81% -
XYZ 26.03 13.54 2.28 -
YUV 70.25 103.6 225.54 -
System Red Green Blue C M Y K H S L
Decimal 207 9 27 0 0.96 0.87 0.19 354.55 0.92 0.42
Hex CF 9 1B 0 60 57 13 163 5C 2A
Octal 317 11 33 0 140 127 23 543 134 52
Binary 11001111 1001 11011 0 1100000 1010111 10011 101100011 1011100 101010

Color Harmonies of #CF091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF091B

Black with #CF091B

Text Example


Text Example

White with #CF091B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF091B; }

 p { color: rgb(207,9,27); }

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

background-color css

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

 a { background-color: rgb(207,9,27); }

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

border-color css

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

 span { border-color: rgb(207,9,27); }

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