Html Css Color HEX #CF2001 Harley Davidson Orange

📋 copy color: '#CF2001'

red 207 ◦ green 32 ◦ blue 1

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

Shades of Harley Davidson Orange #CF2001

Tints of Harley Davidson Orange #CF2001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.33%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 86.25%
G = 13.33%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF2001 (or 0xCF2001) is known color: Harley Davidson Orange. HEX triplet: CF, 20 and 01. RGB value is (207,32,1). Sum of RGB (Red+Green+Blue) = 207+32+1=240 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.25% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2001 is #30DFFE. Grayscale: #515151. Windows color (decimal): -3203071 or 73935. OLE color: 73935.

HSL color Cylindrical-coordinate representation of color #CF2001: hue angle of 9.03º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF2001 is Cyan = 0, Magento = 0.85, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 32 1 -
CMYK 0 0.85 1.00 0.19
HSL 9.03º 0.99% 0.41% -
HSV(B) 9.03º 1% 0.81% -
XYZ 26.25 14.3 1.41 -
YUV 80.79 82.98 218.02 -
System Red Green Blue C M Y K H S L
Decimal 207 32 1 0 0.85 1.00 0.19 9.03 0.99 0.41
Hex CF 20 1 0 55 64 13 9 63 29
Octal 317 40 1 0 125 144 23 11 143 51
Binary 11001111 100000 1 0 1010101 1100100 10011 1001 1100011 101001

Color Harmonies of #CF2001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2001

Black with #CF2001

Text Example


Text Example

White with #CF2001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2001; }

 p { color: rgb(207,32,1); }

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

background-color css

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

 a { background-color: rgb(207,32,1); }

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

border-color css

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

 span { border-color: rgb(207,32,1); }

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