Html Css Color HEX #CF050E Venetian Red

📋 copy color: '#CF050E'

red 207 ◦ green 5 ◦ blue 14

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

Shades of Venetian Red #CF050E

Tints of Venetian Red #CF050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.21%

 BLUE value IS 14 (5.86% from 255) = 6.19%

R = 91.59%
G = 2.21%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF050E (or 0xCF050E) is known color: Venetian Red. HEX triplet: CF, 05 and 0E. RGB value is (207,5,14). Sum of RGB (Red+Green+Blue) = 207+5+14=226 (29% of max value = 765). Red value is 207 (81.25% from 255 or 91.59% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 207 - color contains mainly: red. Hex color #CF050E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF050E is #30FAF1. Grayscale: #424242. Windows color (decimal): -3209970 or 918991. OLE color: 918991.

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

Color convert

RGB 207 5 14 -
CMYK 0 0.98 0.93 0.19
HSL 357.33º 0.95% 0.42% -
HSV(B) 357.33º 0.98% 0.81% -
XYZ 25.87 13.41 1.64 -
YUV 66.42 98.42 228.27 -
System Red Green Blue C M Y K H S L
Decimal 207 5 14 0 0.98 0.93 0.19 357.33 0.95 0.42
Hex CF 5 E 0 62 5D 13 165 5F 2A
Octal 317 5 16 0 142 135 23 545 137 52
Binary 11001111 101 1110 0 1100010 1011101 10011 101100101 1011111 101010

Color Harmonies of #CF050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF050E

Black with #CF050E

Text Example


Text Example

White with #CF050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF050E; }

 p { color: rgb(207,5,14); }

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

background-color css

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

 a { background-color: rgb(207,5,14); }

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

border-color css

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

 span { border-color: rgb(207,5,14); }

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