Html Css Color HEX #CF001A Venetian Red

📋 copy color: '#CF001A'

red 207 ◦ green 0 ◦ blue 26

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

Shades of Venetian Red #CF001A

Tints of Venetian Red #CF001A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.16%

R = 88.84%
G = 0%
B = 11.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF001A (or 0xCF001A) is known color: Venetian Red. HEX triplet: CF, 00 and 1A. RGB value is (207,0,26). Sum of RGB (Red+Green+Blue) = 207+0+26=233 (30% of max value = 765). Red value is 207 (81.25% from 255 or 88.84% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 207 - color contains mainly: red. Hex color #CF001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF001A is #30FFE5. Grayscale: #404040. Windows color (decimal): -3211238 or 1704143. OLE color: 1704143.

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

Color convert

RGB 207 0 26 -
CMYK 0 1 0.87 0.19
HSL 352.46º 1% 0.41% -
HSV(B) 352.46º 1% 0.81% -
XYZ 25.92 13.34 2.19 -
YUV 64.86 106.08 229.39 -
System Red Green Blue C M Y K H S L
Decimal 207 0 26 0 1 0.87 0.19 352.46 1 0.41
Hex CF 0 1A 0 64 57 13 160 64 29
Octal 317 0 32 0 144 127 23 540 144 51
Binary 11001111 0 11010 0 1100100 1010111 10011 101100000 1100100 101001

Color Harmonies of #CF001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF001A

Black with #CF001A

Text Example


Text Example

White with #CF001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF001A; }

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

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

background-color css

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

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

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

border-color css

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

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

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