Html Css Color HEX #CF000E Venetian Red

📋 copy color: '#CF000E'

red 207 ◦ green 0 ◦ blue 14

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

Shades of Venetian Red #CF000E

Tints of Venetian Red #CF000E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 93.67%
G = 0%
B = 6.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF000E (or 0xCF000E) is known color: Venetian Red. HEX triplet: CF, 00 and 0E. RGB value is (207,0,14). Sum of RGB (Red+Green+Blue) = 207+0+14=221 (29% of max value = 765). Red value is 207 (81.25% from 255 or 93.67% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 207 - color contains mainly: red. Hex color #CF000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF000E is #30FFF1. Grayscale: #3F3F3F. Windows color (decimal): -3211250 or 917711. OLE color: 917711.

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

Color convert

RGB 207 0 14 -
CMYK 0 1 0.93 0.19
HSL 355.94º 1% 0.41% -
HSV(B) 355.94º 1% 0.81% -
XYZ 25.81 13.3 1.62 -
YUV 63.49 100.08 230.36 -
System Red Green Blue C M Y K H S L
Decimal 207 0 14 0 1 0.93 0.19 355.94 1 0.41
Hex CF 0 E 0 64 5D 13 164 64 29
Octal 317 0 16 0 144 135 23 544 144 51
Binary 11001111 0 1110 0 1100100 1011101 10011 101100100 1100100 101001

Color Harmonies of #CF000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF000E

Black with #CF000E

Text Example


Text Example

White with #CF000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF000E; }

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

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

background-color css

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

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

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

border-color css

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

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

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