Html Css Color HEX #CF071A Venetian Red

📋 copy color: '#CF071A'

red 207 ◦ green 7 ◦ blue 26

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

Shades of Venetian Red #CF071A

Tints of Venetian Red #CF071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.92%

 BLUE value IS 26 (10.55% from 255) = 10.83%

R = 86.25%
G = 2.92%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF071A (or 0xCF071A) is known color: Venetian Red. HEX triplet: CF, 07 and 1A. RGB value is (207,7,26). Sum of RGB (Red+Green+Blue) = 207+7+26=240 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.25% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 207 - color contains mainly: red. Hex color #CF071A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF071A is #30F8E5. Grayscale: #454545. Windows color (decimal): -3209446 or 1705935. OLE color: 1705935.

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

Color convert

RGB 207 7 26 -
CMYK 0 0.97 0.87 0.19
HSL 354.3º 0.93% 0.42% -
HSV(B) 354.3º 0.97% 0.81% -
XYZ 25.99 13.49 2.21 -
YUV 68.97 103.76 226.46 -
System Red Green Blue C M Y K H S L
Decimal 207 7 26 0 0.97 0.87 0.19 354.3 0.93 0.42
Hex CF 7 1A 0 61 57 13 162 5D 2A
Octal 317 7 32 0 141 127 23 542 135 52
Binary 11001111 111 11010 0 1100001 1010111 10011 101100010 1011101 101010

Color Harmonies of #CF071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF071A

Black with #CF071A

Text Example


Text Example

White with #CF071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF071A; }

 p { color: rgb(207,7,26); }

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

background-color css

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

 a { background-color: rgb(207,7,26); }

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

border-color css

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

 span { border-color: rgb(207,7,26); }

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