Html Css Color HEX #CF070A Venetian Red

📋 copy color: '#CF070A'

red 207 ◦ green 7 ◦ blue 10

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

Shades of Venetian Red #CF070A

Tints of Venetian Red #CF070A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.46%

R = 92.41%
G = 3.13%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF070A (or 0xCF070A) is known color: Venetian Red. HEX triplet: CF, 07 and 0A. RGB value is (207,7,10). Sum of RGB (Red+Green+Blue) = 207+7+10=224 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92.41% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 207 - color contains mainly: red. Hex color #CF070A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF070A is #30F8F5. Grayscale: #434343. Windows color (decimal): -3209462 or 657359. OLE color: 657359.

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

Color convert

RGB 207 7 10 -
CMYK 0 0.97 0.95 0.19
HSL 359.1º 0.93% 0.42% -
HSV(B) 359.1º 0.97% 0.81% -
XYZ 25.86 13.44 1.52 -
YUV 67.14 95.76 227.76 -
System Red Green Blue C M Y K H S L
Decimal 207 7 10 0 0.97 0.95 0.19 359.1 0.93 0.42
Hex CF 7 A 0 61 5F 13 167 5D 2A
Octal 317 7 12 0 141 137 23 547 135 52
Binary 11001111 111 1010 0 1100001 1011111 10011 101100111 1011101 101010

Color Harmonies of #CF070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF070A

Black with #CF070A

Text Example


Text Example

White with #CF070A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF070A; }

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

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

background-color css

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

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

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

border-color css

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

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

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