Html Css Color HEX #CF4715 Harley Davidson Orange

📋 copy color: '#CF4715'

red 207 ◦ green 71 ◦ blue 21

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

Shades of Harley Davidson Orange #CF4715

Tints of Harley Davidson Orange #CF4715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.02%

R = 69.23%
G = 23.75%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF4715 (or 0xCF4715) is known color: Harley Davidson Orange. HEX triplet: CF, 47 and 15. RGB value is (207,71,21). Sum of RGB (Red+Green+Blue) = 207+71+21=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4715 is #30B8EA. Grayscale: #6A6A6A. Windows color (decimal): -3193067 or 1394639. OLE color: 1394639.

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

Color convert

RGB 207 71 21 -
CMYK 0 0.66 0.90 0.19
HSL 16.13º 0.82% 0.45% -
HSV(B) 16.13º 0.9% 0.81% -
XYZ 28.12 17.83 2.67 -
YUV 105.96 80.06 200.07 -
System Red Green Blue C M Y K H S L
Decimal 207 71 21 0 0.66 0.90 0.19 16.13 0.82 0.45
Hex CF 47 15 0 42 5A 13 10 52 2D
Octal 317 107 25 0 102 132 23 20 122 55
Binary 11001111 1000111 10101 0 1000010 1011010 10011 10000 1010010 101101

Color Harmonies of #CF4715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4715

Black with #CF4715

Text Example


Text Example

White with #CF4715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4715; }

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

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

background-color css

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

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

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

border-color css

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

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

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