Html Css Color HEX #CF001D Venetian Red

📋 copy color: '#CF001D'

red 207 ◦ green 0 ◦ blue 29

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

Shades of Venetian Red #CF001D

Tints of Venetian Red #CF001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.29%

R = 87.71%
G = 0%
B = 12.29%

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

#CF001D (or 0xCF001D) is known color: Venetian Red. HEX triplet: CF, 00 and 1D. RGB value is (207,0,29). Sum of RGB (Red+Green+Blue) = 207+0+29=236 (31% of max value = 765). Red value is 207 (81.25% from 255 or 87.71% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 207 - color contains mainly: red. Hex color #CF001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF001D is #30FFE2. Grayscale: #414141. Windows color (decimal): -3211235 or 1900751. OLE color: 1900751.

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

Color convert

RGB 207 0 29 -
CMYK 0 1 0.86 0.19
HSL 351.59º 1% 0.41% -
HSV(B) 351.59º 1% 0.81% -
XYZ 25.95 13.35 2.37 -
YUV 65.2 107.58 229.14 -
System Red Green Blue C M Y K H S L
Decimal 207 0 29 0 1 0.86 0.19 351.59 1 0.41
Hex CF 0 1D 0 64 56 13 160 64 29
Octal 317 0 35 0 144 126 23 540 144 51
Binary 11001111 0 11101 0 1100100 1010110 10011 101100000 1100100 101001

Color Harmonies of #CF001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF001D

Black with #CF001D

Text Example


Text Example

White with #CF001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF001D; }

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

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

background-color css

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

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

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

border-color css

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

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

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