Html Css Color HEX #CF000F Venetian Red

📋 copy color: '#CF000F'

red 207 ◦ green 0 ◦ blue 15

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

Shades of Venetian Red #CF000F

Tints of Venetian Red #CF000F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.76%

R = 93.24%
G = 0%
B = 6.76%

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

#CF000F (or 0xCF000F) is known color: Venetian Red. HEX triplet: CF, 00 and 0F. RGB value is (207,0,15). Sum of RGB (Red+Green+Blue) = 207+0+15=222 (29% of max value = 765). Red value is 207 (81.25% from 255 or 93.24% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 207 - color contains mainly: red. Hex color #CF000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF000F is #30FFF0. Grayscale: #3F3F3F. Windows color (decimal): -3211249 or 983247. OLE color: 983247.

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

Color convert

RGB 207 0 15 -
CMYK 0 1 0.93 0.19
HSL 355.65º 1% 0.41% -
HSV(B) 355.65º 1% 0.81% -
XYZ 25.82 13.3 1.66 -
YUV 63.6 100.58 230.28 -
System Red Green Blue C M Y K H S L
Decimal 207 0 15 0 1 0.93 0.19 355.65 1 0.41
Hex CF 0 F 0 64 5D 13 164 64 29
Octal 317 0 17 0 144 135 23 544 144 51
Binary 11001111 0 1111 0 1100100 1011101 10011 101100100 1100100 101001

Color Harmonies of #CF000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF000F

Black with #CF000F

Text Example


Text Example

White with #CF000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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