Html Css Color HEX #CF4014 Harley Davidson Orange

📋 copy color: '#CF4014'

red 207 ◦ green 64 ◦ blue 20

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

Shades of Harley Davidson Orange #CF4014

Tints of Harley Davidson Orange #CF4014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.99%

 BLUE value IS 20 (8.2% from 255) = 6.87%

R = 71.13%
G = 21.99%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF4014 (or 0xCF4014) is known color: Harley Davidson Orange. HEX triplet: CF, 40 and 14. RGB value is (207,64,20). Sum of RGB (Red+Green+Blue) = 207+64+20=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4014 is #30BFEB. Grayscale: #666666. Windows color (decimal): -3194860 or 1327311. OLE color: 1327311.

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

Color convert

RGB 207 64 20 -
CMYK 0 0.69 0.90 0.19
HSL 14.12º 0.82% 0.45% -
HSV(B) 14.12º 0.9% 0.81% -
XYZ 27.69 16.98 2.48 -
YUV 101.74 81.88 203.08 -
System Red Green Blue C M Y K H S L
Decimal 207 64 20 0 0.69 0.90 0.19 14.12 0.82 0.45
Hex CF 40 14 0 45 5A 13 E 52 2D
Octal 317 100 24 0 105 132 23 16 122 55
Binary 11001111 1000000 10100 0 1000101 1011010 10011 1110 1010010 101101

Color Harmonies of #CF4014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4014

Black with #CF4014

Text Example


Text Example

White with #CF4014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4014; }

 p { color: rgb(207,64,20); }

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

background-color css

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

 a { background-color: rgb(207,64,20); }

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

border-color css

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

 span { border-color: rgb(207,64,20); }

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