Html Css Color HEX #CF0007 Venetian Red

📋 copy color: '#CF0007'

red 207 ◦ green 0 ◦ blue 7

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

Shades of Venetian Red #CF0007

Tints of Venetian Red #CF0007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.27%

R = 96.73%
G = 0%
B = 3.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF0007 (or 0xCF0007) is known color: Venetian Red. HEX triplet: CF, 00 and 07. RGB value is (207,0,7). Sum of RGB (Red+Green+Blue) = 207+0+7=214 (28% of max value = 765). Red value is 207 (81.25% from 255 or 96.73% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0007 is #30FFF8. Grayscale: #3E3E3E. Windows color (decimal): -3211257 or 458959. OLE color: 458959.

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

Color convert

RGB 207 0 7 -
CMYK 0 1 0.97 0.19
HSL 357.97º 1% 0.41% -
HSV(B) 357.97º 1% 0.81% -
XYZ 25.77 13.28 1.41 -
YUV 62.69 96.58 230.93 -
System Red Green Blue C M Y K H S L
Decimal 207 0 7 0 1 0.97 0.19 357.97 1 0.41
Hex CF 0 7 0 64 61 13 166 64 29
Octal 317 0 7 0 144 141 23 546 144 51
Binary 11001111 0 111 0 1100100 1100001 10011 101100110 1100100 101001

Color Harmonies of #CF0007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0007

Black with #CF0007

Text Example


Text Example

White with #CF0007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0007; }

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

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

background-color css

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

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

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

border-color css

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

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

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