Html Css Color HEX #CF2E17 Harley Davidson Orange

📋 copy color: '#CF2E17'

red 207 ◦ green 46 ◦ blue 23

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

Shades of Harley Davidson Orange #CF2E17

Tints of Harley Davidson Orange #CF2E17

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.67%

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

R = 75%
G = 16.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF2E17 (or 0xCF2E17) is known color: Harley Davidson Orange. HEX triplet: CF, 2E and 17. RGB value is (207,46,23). Sum of RGB (Red+Green+Blue) = 207+46+23=276 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75% from 276); Green value is 46 (18.36% from 255 or 16.67% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2E17 is #30D1E8. Grayscale: #5B5B5B. Windows color (decimal): -3199465 or 1519311. OLE color: 1519311.

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

Color convert

RGB 207 46 23 -
CMYK 0 0.78 0.89 0.19
HSL 7.5º 0.8% 0.45% -
HSV(B) 7.5º 0.89% 0.81% -
XYZ 26.86 15.28 2.34 -
YUV 91.52 89.34 210.37 -
System Red Green Blue C M Y K H S L
Decimal 207 46 23 0 0.78 0.89 0.19 7.5 0.8 0.45
Hex CF 2E 17 0 4E 59 13 8 50 2D
Octal 317 56 27 0 116 131 23 10 120 55
Binary 11001111 101110 10111 0 1001110 1011001 10011 1000 1010000 101101

Color Harmonies of #CF2E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2E17

Black with #CF2E17

Text Example


Text Example

White with #CF2E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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