Html Css Color HEX #CF1F14 Harley Davidson Orange

📋 copy color: '#CF1F14'

red 207 ◦ green 31 ◦ blue 20

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

Shades of Harley Davidson Orange #CF1F14

Tints of Harley Davidson Orange #CF1F14

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.02%

 BLUE value IS 20 (8.2% from 255) = 7.75%

R = 80.23%
G = 12.02%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF1F14 (or 0xCF1F14) is known color: Harley Davidson Orange. HEX triplet: CF, 1F and 14. RGB value is (207,31,20). Sum of RGB (Red+Green+Blue) = 207+31+20=258 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.23% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF1F14 is #30E0EB. Grayscale: #525252. Windows color (decimal): -3203308 or 1318863. OLE color: 1318863.

HSL color Cylindrical-coordinate representation of color #CF1F14: hue angle of 3.53º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1F14 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 31 20 -
CMYK 0 0.85 0.90 0.19
HSL 3.53º 0.82% 0.45% -
HSV(B) 3.53º 0.9% 0.81% -
XYZ 26.35 14.3 2.03 -
YUV 82.37 92.81 216.89 -
System Red Green Blue C M Y K H S L
Decimal 207 31 20 0 0.85 0.90 0.19 3.53 0.82 0.45
Hex CF 1F 14 0 55 5A 13 4 52 2D
Octal 317 37 24 0 125 132 23 4 122 55
Binary 11001111 11111 10100 0 1010101 1011010 10011 100 1010010 101101

Color Harmonies of #CF1F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1F14

Black with #CF1F14

Text Example


Text Example

White with #CF1F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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