Html Css Color HEX #CF3301 Harley Davidson Orange

📋 copy color: '#CF3301'

red 207 ◦ green 51 ◦ blue 1

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

Shades of Harley Davidson Orange #CF3301

Tints of Harley Davidson Orange #CF3301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.69%

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

R = 79.92%
G = 19.69%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF3301 (or 0xCF3301) is known color: Harley Davidson Orange. HEX triplet: CF, 33 and 01. RGB value is (207,51,1). Sum of RGB (Red+Green+Blue) = 207+51+1=259 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.92% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3301 is #30CCFE. Grayscale: #5C5C5C. Windows color (decimal): -3198207 or 78799. OLE color: 78799.

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

Color convert

RGB 207 51 1 -
CMYK 0 0.75 1.00 0.19
HSL 14.56º 0.99% 0.41% -
HSV(B) 14.56º 1% 0.81% -
XYZ 26.92 15.64 1.63 -
YUV 91.94 76.68 210.07 -
System Red Green Blue C M Y K H S L
Decimal 207 51 1 0 0.75 1.00 0.19 14.56 0.99 0.41
Hex CF 33 1 0 4B 64 13 F 63 29
Octal 317 63 1 0 113 144 23 17 143 51
Binary 11001111 110011 1 0 1001011 1100100 10011 1111 1100011 101001

Color Harmonies of #CF3301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3301

Black with #CF3301

Text Example


Text Example

White with #CF3301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3301; }

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

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

background-color css

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

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

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

border-color css

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

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

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