Html Css Color HEX #CF3017 Harley Davidson Orange

📋 copy color: '#CF3017'

red 207 ◦ green 48 ◦ blue 23

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

Shades of Harley Davidson Orange #CF3017

Tints of Harley Davidson Orange #CF3017

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.27%

 BLUE value IS 23 (9.38% from 255) = 8.27%

R = 74.46%
G = 17.27%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF3017 (or 0xCF3017) is known color: Harley Davidson Orange. HEX triplet: CF, 30 and 17. RGB value is (207,48,23). Sum of RGB (Red+Green+Blue) = 207+48+23=278 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.46% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3017 is #30CFE8. Grayscale: #5C5C5C. Windows color (decimal): -3198953 or 1519823. OLE color: 1519823.

HSL color Cylindrical-coordinate representation of color #CF3017: hue angle of 8.15º degrees, saturation: 0.8, 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 #CF3017 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 48 23 -
CMYK 0 0.77 0.89 0.19
HSL 8.15º 0.8% 0.45% -
HSV(B) 8.15º 0.89% 0.81% -
XYZ 26.94 15.44 2.37 -
YUV 92.69 88.68 209.53 -
System Red Green Blue C M Y K H S L
Decimal 207 48 23 0 0.77 0.89 0.19 8.15 0.8 0.45
Hex CF 30 17 0 4D 59 13 8 50 2D
Octal 317 60 27 0 115 131 23 10 120 55
Binary 11001111 110000 10111 0 1001101 1011001 10011 1000 1010000 101101

Color Harmonies of #CF3017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3017

Black with #CF3017

Text Example


Text Example

White with #CF3017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3017; }

 p { color: rgb(207,48,23); }

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

background-color css

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

 a { background-color: rgb(207,48,23); }

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

border-color css

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

 span { border-color: rgb(207,48,23); }

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