Html Css Color HEX #CF4716 Harley Davidson Orange

📋 copy color: '#CF4716'

red 207 ◦ green 71 ◦ blue 22

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

Shades of Harley Davidson Orange #CF4716

Tints of Harley Davidson Orange #CF4716

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.67%

 BLUE value IS 22 (8.98% from 255) = 7.33%

R = 69%
G = 23.67%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF4716 (or 0xCF4716) is known color: Harley Davidson Orange. HEX triplet: CF, 47 and 16. RGB value is (207,71,22). Sum of RGB (Red+Green+Blue) = 207+71+22=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4716 is #30B8E9. Grayscale: #6A6A6A. Windows color (decimal): -3193066 or 1460175. OLE color: 1460175.

HSL color Cylindrical-coordinate representation of color #CF4716: hue angle of 15.89º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF4716 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 71 22 -
CMYK 0 0.66 0.89 0.19
HSL 15.89º 0.81% 0.45% -
HSV(B) 15.89º 0.89% 0.81% -
XYZ 28.13 17.83 2.72 -
YUV 106.08 80.56 199.98 -
System Red Green Blue C M Y K H S L
Decimal 207 71 22 0 0.66 0.89 0.19 15.89 0.81 0.45
Hex CF 47 16 0 42 59 13 10 51 2D
Octal 317 107 26 0 102 131 23 20 121 55
Binary 11001111 1000111 10110 0 1000010 1011001 10011 10000 1010001 101101

Color Harmonies of #CF4716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4716

Black with #CF4716

Text Example


Text Example

White with #CF4716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4716; }

 p { color: rgb(207,71,22); }

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

background-color css

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

 a { background-color: rgb(207,71,22); }

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

border-color css

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

 span { border-color: rgb(207,71,22); }

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