Html Css Color HEX #CF001F Venetian Red

📋 copy color: '#CF001F'

red 207 ◦ green 0 ◦ blue 31

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

Shades of Venetian Red #CF001F

Tints of Venetian Red #CF001F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.03%

R = 86.97%
G = 0%
B = 13.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF001F (or 0xCF001F) is known color: Venetian Red. HEX triplet: CF, 00 and 1F. RGB value is (207,0,31). Sum of RGB (Red+Green+Blue) = 207+0+31=238 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.97% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 207 - color contains mainly: red. Hex color #CF001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF001F is #30FFE0. Grayscale: #414141. Windows color (decimal): -3211233 or 2031823. OLE color: 2031823.

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

Color convert

RGB 207 0 31 -
CMYK 0 1 0.85 0.19
HSL 351.01º 1% 0.41% -
HSV(B) 351.01º 1% 0.81% -
XYZ 25.98 13.36 2.51 -
YUV 65.43 108.58 228.98 -
System Red Green Blue C M Y K H S L
Decimal 207 0 31 0 1 0.85 0.19 351.01 1 0.41
Hex CF 0 1F 0 64 55 13 15F 64 29
Octal 317 0 37 0 144 125 23 537 144 51
Binary 11001111 0 11111 0 1100100 1010101 10011 101011111 1100100 101001

Color Harmonies of #CF001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF001F

Black with #CF001F

Text Example


Text Example

White with #CF001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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