Html Css Color HEX #CF371F Harley Davidson Orange

📋 copy color: '#CF371F'

red 207 ◦ green 55 ◦ blue 31

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

Shades of Harley Davidson Orange #CF371F

Tints of Harley Davidson Orange #CF371F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.58%

R = 70.65%
G = 18.77%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF371F (or 0xCF371F) is known color: Harley Davidson Orange. HEX triplet: CF, 37 and 1F. RGB value is (207,55,31). Sum of RGB (Red+Green+Blue) = 207+55+31=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF371F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF371F is #30C8E0. Grayscale: #616161. Windows color (decimal): -3197153 or 2045903. OLE color: 2045903.

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

Color convert

RGB 207 55 31 -
CMYK 0 0.73 0.85 0.19
HSL 8.18º 0.74% 0.47% -
HSV(B) 8.18º 0.85% 0.81% -
XYZ 27.35 16.1 2.96 -
YUV 97.71 90.36 205.95 -
System Red Green Blue C M Y K H S L
Decimal 207 55 31 0 0.73 0.85 0.19 8.18 0.74 0.47
Hex CF 37 1F 0 49 55 13 8 4A 2F
Octal 317 67 37 0 111 125 23 10 112 57
Binary 11001111 110111 11111 0 1001001 1010101 10011 1000 1001010 101111

Color Harmonies of #CF371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF371F

Black with #CF371F

Text Example


Text Example

White with #CF371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF371F; }

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

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

background-color css

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

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

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

border-color css

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

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

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