Html Css Color HEX #CF091D Venetian Red

📋 copy color: '#CF091D'

red 207 ◦ green 9 ◦ blue 29

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

Shades of Venetian Red #CF091D

Tints of Venetian Red #CF091D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.84%

R = 84.49%
G = 3.67%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF091D (or 0xCF091D) is known color: Venetian Red. HEX triplet: CF, 09 and 1D. RGB value is (207,9,29). Sum of RGB (Red+Green+Blue) = 207+9+29=245 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.49% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 207 - color contains mainly: red. Hex color #CF091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF091D is #30F6E2. Grayscale: #464646. Windows color (decimal): -3208931 or 1903055. OLE color: 1903055.

HSL color Cylindrical-coordinate representation of color #CF091D: hue angle of 353.94º 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 #CF091D is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 9 29 -
CMYK 0 0.96 0.86 0.19
HSL 353.94º 0.92% 0.42% -
HSV(B) 353.94º 0.96% 0.81% -
XYZ 26.05 13.55 2.4 -
YUV 70.48 104.6 225.37 -
System Red Green Blue C M Y K H S L
Decimal 207 9 29 0 0.96 0.86 0.19 353.94 0.92 0.42
Hex CF 9 1D 0 60 56 13 162 5C 2A
Octal 317 11 35 0 140 126 23 542 134 52
Binary 11001111 1001 11101 0 1100000 1010110 10011 101100010 1011100 101010

Color Harmonies of #CF091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF091D

Black with #CF091D

Text Example


Text Example

White with #CF091D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF091D; }

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

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

background-color css

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

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

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

border-color css

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

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

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