Html Css Color HEX #CF3700 Harley Davidson Orange

📋 copy color: '#CF3700'

red 207 ◦ green 55 ◦ blue 0

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

Shades of Harley Davidson Orange #CF3700

Tints of Harley Davidson Orange #CF3700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.99%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.01%
G = 20.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF3700 (or 0xCF3700) is known color: Harley Davidson Orange. HEX triplet: CF, 37 and 00. RGB value is (207,55,0). Sum of RGB (Red+Green+Blue) = 207+55+0=262 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.01% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3700 is #30C8FF. Grayscale: #5E5E5E. Windows color (decimal): -3197184 or 14287. OLE color: 14287.

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

Color convert

RGB 207 55 0 -
CMYK 0 0.73 1 0.19
HSL 15.94º 1% 0.41% -
HSV(B) 15.94º 1% 0.81% -
XYZ 27.1 16 1.66 -
YUV 94.18 74.86 208.47 -
System Red Green Blue C M Y K H S L
Decimal 207 55 0 0 0.73 1 0.19 15.94 1 0.41
Hex CF 37 0 0 49 64 13 10 64 29
Octal 317 67 0 0 111 144 23 20 144 51
Binary 11001111 110111 0 0 1001001 1100100 10011 10000 1100100 101001

Color Harmonies of #CF3700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3700

Black with #CF3700

Text Example


Text Example

White with #CF3700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3700; }

 p { color: rgb(207,55,0); }

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

background-color css

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

 a { background-color: rgb(207,55,0); }

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

border-color css

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

 span { border-color: rgb(207,55,0); }

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