Html Css Color HEX #CF001C Venetian Red

📋 copy color: '#CF001C'

red 207 ◦ green 0 ◦ blue 28

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

Shades of Venetian Red #CF001C

Tints of Venetian Red #CF001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.91%

R = 88.09%
G = 0%
B = 11.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF001C (or 0xCF001C) is known color: Venetian Red. HEX triplet: CF, 00 and 1C. RGB value is (207,0,28). Sum of RGB (Red+Green+Blue) = 207+0+28=235 (31% of max value = 765). Red value is 207 (81.25% from 255 or 88.09% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 207 - color contains mainly: red. Hex color #CF001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF001C is #30FFE3. Grayscale: #414141. Windows color (decimal): -3211236 or 1835215. OLE color: 1835215.

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

Color convert

RGB 207 0 28 -
CMYK 0 1 0.86 0.19
HSL 351.88º 1% 0.41% -
HSV(B) 351.88º 1% 0.81% -
XYZ 25.94 13.35 2.31 -
YUV 65.09 107.08 229.22 -
System Red Green Blue C M Y K H S L
Decimal 207 0 28 0 1 0.86 0.19 351.88 1 0.41
Hex CF 0 1C 0 64 56 13 160 64 29
Octal 317 0 34 0 144 126 23 540 144 51
Binary 11001111 0 11100 0 1100100 1010110 10011 101100000 1100100 101001

Color Harmonies of #CF001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF001C

Black with #CF001C

Text Example


Text Example

White with #CF001C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF001C; }

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

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

background-color css

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

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

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

border-color css

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

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

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