Html Css Color HEX #CF0910 Venetian Red

📋 copy color: '#CF0910'

red 207 ◦ green 9 ◦ blue 16

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

Shades of Venetian Red #CF0910

Tints of Venetian Red #CF0910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.9%

R = 89.22%
G = 3.88%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF0910 (or 0xCF0910) is known color: Venetian Red. HEX triplet: CF, 09 and 10. RGB value is (207,9,16). Sum of RGB (Red+Green+Blue) = 207+9+16=232 (30% of max value = 765). Red value is 207 (81.25% from 255 or 89.22% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0910 is #30F6EF. Grayscale: #454545. Windows color (decimal): -3208944 or 1051087. OLE color: 1051087.

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

Color convert

RGB 207 9 16 -
CMYK 0 0.96 0.92 0.19
HSL 357.88º 0.92% 0.42% -
HSV(B) 357.88º 0.96% 0.81% -
XYZ 25.92 13.5 1.73 -
YUV 69 98.1 226.43 -
System Red Green Blue C M Y K H S L
Decimal 207 9 16 0 0.96 0.92 0.19 357.88 0.92 0.42
Hex CF 9 10 0 60 5C 13 166 5C 2A
Octal 317 11 20 0 140 134 23 546 134 52
Binary 11001111 1001 10000 0 1100000 1011100 10011 101100110 1011100 101010

Color Harmonies of #CF0910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0910

Black with #CF0910

Text Example


Text Example

White with #CF0910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0910; }

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

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

background-color css

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

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

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

border-color css

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

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

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