Html Css Color HEX #CF370E Harley Davidson Orange

📋 copy color: '#CF370E'

red 207 ◦ green 55 ◦ blue 14

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

Shades of Harley Davidson Orange #CF370E

Tints of Harley Davidson Orange #CF370E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.07%

R = 75%
G = 19.93%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF370E (or 0xCF370E) is known color: Harley Davidson Orange. HEX triplet: CF, 37 and 0E. RGB value is (207,55,14). Sum of RGB (Red+Green+Blue) = 207+55+14=276 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 207 - color contains mainly: red. Hex color #CF370E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF370E is #30C8F1. Grayscale: #606060. Windows color (decimal): -3197170 or 931791. OLE color: 931791.

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

Color convert

RGB 207 55 14 -
CMYK 0 0.73 0.93 0.19
HSL 12.75º 0.87% 0.43% -
HSV(B) 12.75º 0.93% 0.81% -
XYZ 27.18 16.03 2.08 -
YUV 95.77 81.86 207.33 -
System Red Green Blue C M Y K H S L
Decimal 207 55 14 0 0.73 0.93 0.19 12.75 0.87 0.43
Hex CF 37 E 0 49 5D 13 D 57 2B
Octal 317 67 16 0 111 135 23 15 127 53
Binary 11001111 110111 1110 0 1001001 1011101 10011 1101 1010111 101011

Color Harmonies of #CF370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF370E

Black with #CF370E

Text Example


Text Example

White with #CF370E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF370E; }

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

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

background-color css

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

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

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

border-color css

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

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

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